Html Css Color HEX #669B76 Oxley

📋 copy color: '#669B76'

red 102 ◦ green 155 ◦ blue 118

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

Shades of Oxley #669B76

Tints of Oxley #669B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 27.2%
G = 41.33%
B = 31.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#669B76 (or 0x669B76) is known color: Oxley. HEX triplet: 66, 9B and 76. RGB value is (102,155,118). Sum of RGB (Red+Green+Blue) = 102+155+118=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #669B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B76 is #996489. Grayscale: #878787. Windows color (decimal): -10052746 or 7773030. OLE color: 7773030.

HSL color Cylindrical-coordinate representation of color #669B76: hue angle of 138.11º 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 #669B76 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 118 -
CMYK 0.34 0 0.24 0.39
HSL 138.11º 0.21% 0.5% -
HSV(B) 138.11º 0.34% 0.61% -
XYZ 20.47 27.58 21.38 -
YUV 134.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 102 155 118 0.34 0 0.24 0.39 138.11 0.21 0.5
Hex 66 9B 76 22 0 18 27 8A 15 32
Octal 146 233 166 42 0 30 47 212 25 62
Binary 1100110 10011011 1110110 100010 0 11000 100111 10001010 10101 110010

Color Harmonies of #669B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B76

Black with #669B76

Text Example


Text Example

White with #669B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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