Html Css Color HEX #669F6E Oxley

📋 copy color: '#669F6E'

red 102 ◦ green 159 ◦ blue 110

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

Shades of Oxley #669F6E

Tints of Oxley #669F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 27.49%
G = 42.86%
B = 29.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#669F6E (or 0x669F6E) is known color: Oxley. HEX triplet: 66, 9F and 6E. RGB value is (102,159,110). Sum of RGB (Red+Green+Blue) = 102+159+110=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #669F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F6E is #996091. Grayscale: #888888. Windows color (decimal): -10051730 or 7249766. OLE color: 7249766.

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

Color convert

RGB 102 159 110 -
CMYK 0.36 0 0.31 0.38
HSL 128.42º 0.23% 0.51% -
HSV(B) 128.42º 0.36% 0.62% -
XYZ 20.69 28.75 19.21 -
YUV 136.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 102 159 110 0.36 0 0.31 0.38 128.42 0.23 0.51
Hex 66 9F 6E 24 0 1F 26 80 17 33
Octal 146 237 156 44 0 37 46 200 27 63
Binary 1100110 10011111 1101110 100100 0 11111 100110 10000000 10111 110011

Color Harmonies of #669F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F6E

Black with #669F6E

Text Example


Text Example

White with #669F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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