Html Css Color HEX #669F71 Oxley

📋 copy color: '#669F71'

red 102 ◦ green 159 ◦ blue 113

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

Shades of Oxley #669F71

Tints of Oxley #669F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 27.27%
G = 42.51%
B = 30.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#669F71 (or 0x669F71) is known color: Oxley. HEX triplet: 66, 9F and 71. RGB value is (102,159,113). Sum of RGB (Red+Green+Blue) = 102+159+113=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #669F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F71 is #99608E. Grayscale: #888888. Windows color (decimal): -10051727 or 7446374. OLE color: 7446374.

HSL color Cylindrical-coordinate representation of color #669F71: hue angle of 131.58º 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 #669F71 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 113 -
CMYK 0.36 0 0.29 0.38
HSL 131.58º 0.23% 0.51% -
HSV(B) 131.58º 0.36% 0.62% -
XYZ 20.86 28.81 20.08 -
YUV 136.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 102 159 113 0.36 0 0.29 0.38 131.58 0.23 0.51
Hex 66 9F 71 24 0 1D 26 84 17 33
Octal 146 237 161 44 0 35 46 204 27 63
Binary 1100110 10011111 1110001 100100 0 11101 100110 10000100 10111 110011

Color Harmonies of #669F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F71

Black with #669F71

Text Example


Text Example

White with #669F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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