Html Css Color HEX #669B6E Oxley

📋 copy color: '#669B6E'

red 102 ◦ green 155 ◦ blue 110

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

Shades of Oxley #669B6E

Tints of Oxley #669B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.23%

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

R = 27.79%
G = 42.23%
B = 29.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#669B6E (or 0x669B6E) is known color: Oxley. HEX triplet: 66, 9B and 6E. RGB value is (102,155,110). Sum of RGB (Red+Green+Blue) = 102+155+110=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #669B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B6E is #996491. Grayscale: #868686. Windows color (decimal): -10052754 or 7248742. OLE color: 7248742.

HSL color Cylindrical-coordinate representation of color #669B6E: hue angle of 129.06º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B6E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 110 -
CMYK 0.34 0 0.29 0.39
HSL 129.06º 0.21% 0.5% -
HSV(B) 129.06º 0.34% 0.61% -
XYZ 20.02 27.39 18.98 -
YUV 134.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 102 155 110 0.34 0 0.29 0.39 129.06 0.21 0.5
Hex 66 9B 6E 22 0 1D 27 81 15 32
Octal 146 233 156 42 0 35 47 201 25 62
Binary 1100110 10011011 1101110 100010 0 11101 100111 10000001 10101 110010

Color Harmonies of #669B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B6E

Black with #669B6E

Text Example


Text Example

White with #669B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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