Html Css Color HEX #669B78 Oxley

📋 copy color: '#669B78'

red 102 ◦ green 155 ◦ blue 120

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

Shades of Oxley #669B78

Tints of Oxley #669B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 27.06%
G = 41.11%
B = 31.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#669B78 (or 0x669B78) is known color: Oxley. HEX triplet: 66, 9B and 78. RGB value is (102,155,120). Sum of RGB (Red+Green+Blue) = 102+155+120=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #669B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B78 is #996487. Grayscale: #878787. Windows color (decimal): -10052744 or 7904102. OLE color: 7904102.

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

Color convert

RGB 102 155 120 -
CMYK 0.34 0 0.23 0.39
HSL 140.38º 0.21% 0.5% -
HSV(B) 140.38º 0.34% 0.61% -
XYZ 20.59 27.62 22.02 -
YUV 135.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 102 155 120 0.34 0 0.23 0.39 140.38 0.21 0.5
Hex 66 9B 78 22 0 17 27 8C 15 32
Octal 146 233 170 42 0 27 47 214 25 62
Binary 1100110 10011011 1111000 100010 0 10111 100111 10001100 10101 110010

Color Harmonies of #669B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B78

Black with #669B78

Text Example


Text Example

White with #669B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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