Html Css Color HEX #669972 Oxley

📋 copy color: '#669972'

red 102 ◦ green 153 ◦ blue 114

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

Shades of Oxley #669972

Tints of Oxley #669972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 27.64%
G = 41.46%
B = 30.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#669972 (or 0x669972) is known color: Oxley. HEX triplet: 66, 99 and 72. RGB value is (102,153,114). Sum of RGB (Red+Green+Blue) = 102+153+114=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #669972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669972 is #99668D. Grayscale: #858585. Windows color (decimal): -10053262 or 7510374. OLE color: 7510374.

HSL color Cylindrical-coordinate representation of color #669972: hue angle of 134.12º 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 #669972 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 114 -
CMYK 0.33 0 0.25 0.4
HSL 134.12º 0.2% 0.5% -
HSV(B) 134.12º 0.33% 0.6% -
XYZ 19.91 26.82 20.05 -
YUV 133.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 102 153 114 0.33 0 0.25 0.4 134.12 0.2 0.5
Hex 66 99 72 21 0 19 28 86 14 32
Octal 146 231 162 41 0 31 50 206 24 62
Binary 1100110 10011001 1110010 100001 0 11001 101000 10000110 10100 110010

Color Harmonies of #669972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669972

Black with #669972

Text Example


Text Example

White with #669972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669972; }

 p { color: rgb(102,153,114); }

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

background-color css

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

 a { background-color: rgb(102,153,114); }

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

border-color css

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

 span { border-color: rgb(102,153,114); }

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