Html Css Color HEX #669F74 Oxley

📋 copy color: '#669F74'

red 102 ◦ green 159 ◦ blue 116

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

Shades of Oxley #669F74

Tints of Oxley #669F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

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

R = 27.06%
G = 42.18%
B = 30.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#669F74 (or 0x669F74) is known color: Oxley. HEX triplet: 66, 9F and 74. RGB value is (102,159,116). Sum of RGB (Red+Green+Blue) = 102+159+116=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #669F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F74 is #99608B. Grayscale: #898989. Windows color (decimal): -10051724 or 7642982. OLE color: 7642982.

HSL color Cylindrical-coordinate representation of color #669F74: hue angle of 134.74º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F74 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 116 -
CMYK 0.36 0 0.27 0.38
HSL 134.74º 0.23% 0.51% -
HSV(B) 134.74º 0.36% 0.62% -
XYZ 21.03 28.88 20.99 -
YUV 137.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 102 159 116 0.36 0 0.27 0.38 134.74 0.23 0.51
Hex 66 9F 74 24 0 1B 26 87 17 33
Octal 146 237 164 44 0 33 46 207 27 63
Binary 1100110 10011111 1110100 100100 0 11011 100110 10000111 10111 110011

Color Harmonies of #669F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F74

Black with #669F74

Text Example


Text Example

White with #669F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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