Html Css Color HEX #669272 Oxley

📋 copy color: '#669272'

red 102 ◦ green 146 ◦ blue 114

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

Shades of Oxley #669272

Tints of Oxley #669272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 28.18%
G = 40.33%
B = 31.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#669272 (or 0x669272) is known color: Oxley. HEX triplet: 66, 92 and 72. RGB value is (102,146,114). Sum of RGB (Red+Green+Blue) = 102+146+114=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #669272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669272 is #996D8D. Grayscale: #818181. Windows color (decimal): -10055054 or 7508582. OLE color: 7508582.

HSL color Cylindrical-coordinate representation of color #669272: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669272 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 114 -
CMYK 0.30 0 0.22 0.43
HSL 136.36º 0.18% 0.49% -
HSV(B) 136.36º 0.3% 0.57% -
XYZ 18.8 24.6 19.68 -
YUV 129.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 102 146 114 0.30 0 0.22 0.43 136.36 0.18 0.49
Hex 66 92 72 1E 0 16 2B 88 12 31
Octal 146 222 162 36 0 26 53 210 22 61
Binary 1100110 10010010 1110010 11110 0 10110 101011 10001000 10010 110001

Color Harmonies of #669272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669272

Black with #669272

Text Example


Text Example

White with #669272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669272; }

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

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

background-color css

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

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

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

border-color css

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

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

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