Html Css Color HEX #69987C Oxley

📋 copy color: '#69987C'

red 105 ◦ green 152 ◦ blue 124

#69987C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #69987C

Tints of Oxley #69987C

RGB

 RED value IS 105 (41.41% from 255) = 27.56%

 GREEN value IS 152 (59.77% from 255) = 39.9%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 27.56%
G = 39.9%
B = 32.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69987C (or 0x69987C) is known color: Oxley. HEX triplet: 69, 98 and 7C. RGB value is (105,152,124). Sum of RGB (Red+Green+Blue) = 105+152+124=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #69987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69987C is #966783. Grayscale: #868686. Windows color (decimal): -9856900 or 8165481. OLE color: 8165481.

HSL color Cylindrical-coordinate representation of color #69987C: hue angle of 144.26º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69987C is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 124 -
CMYK 0.31 0 0.18 0.40
HSL 144.26º 0.19% 0.5% -
HSV(B) 144.26º 0.31% 0.6% -
XYZ 20.69 26.91 23.17 -
YUV 134.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 105 152 124 0.31 0 0.18 0.40 144.26 0.19 0.5
Hex 69 98 7C 1F 0 12 28 90 13 32
Octal 151 230 174 37 0 22 50 220 23 62
Binary 1101001 10011000 1111100 11111 0 10010 101000 10010000 10011 110010

Color Harmonies of #69987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69987C

Black with #69987C

Text Example


Text Example

White with #69987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69987C; }

 p { color: rgb(105,152,124); }

 H1.HeaderClassName
 {
   color: #69987C;
 }
 .AnyTagClassName
 {
   color: #69987C;
 }
</style>

background-color css

<style>
 a { background-color: #69987C; }

 a { background-color: rgb(105,152,124); }

 div.DivClassName
 {
   background-color: #69987C;
 }
 .BgClassName
 {
   background-color: #69987C;
 }
</style>

border-color css

<style>
 span { border-color: #69987C; }

 span { border-color: rgb(105,152,124); }

 td.TdClassName
 {
   border-color: #69987C;
 }
 .TagClassName
 {
   border-color: #69987C;
 }
</style>