Html Css Color HEX #669874 Oxley

📋 copy color: '#669874'

red 102 ◦ green 152 ◦ blue 116

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

Shades of Oxley #669874

Tints of Oxley #669874

RGB

 RED value IS 102 (40.23% from 255) = 27.57%

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

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 27.57%
G = 41.08%
B = 31.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#669874 (or 0x669874) is known color: Oxley. HEX triplet: 66, 98 and 74. RGB value is (102,152,116). Sum of RGB (Red+Green+Blue) = 102+152+116=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #669874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669874 is #99678B. Grayscale: #858585. Windows color (decimal): -10053516 or 7641190. OLE color: 7641190.

HSL color Cylindrical-coordinate representation of color #669874: hue angle of 136.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669874 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 116 -
CMYK 0.33 0 0.24 0.40
HSL 136.8º 0.2% 0.5% -
HSV(B) 136.8º 0.33% 0.6% -
XYZ 19.86 26.54 20.6 -
YUV 132.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 102 152 116 0.33 0 0.24 0.40 136.8 0.2 0.5
Hex 66 98 74 21 0 18 28 89 14 32
Octal 146 230 164 41 0 30 50 211 24 62
Binary 1100110 10011000 1110100 100001 0 11000 101000 10001001 10100 110010

Color Harmonies of #669874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669874

Black with #669874

Text Example


Text Example

White with #669874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669874; }

 p { color: rgb(102,152,116); }

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

background-color css

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

 a { background-color: rgb(102,152,116); }

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

border-color css

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

 span { border-color: rgb(102,152,116); }

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