Html Css Color HEX #669B79 Oxley

📋 copy color: '#669B79'

red 102 ◦ green 155 ◦ blue 121

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

Shades of Oxley #669B79

Tints of Oxley #669B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 26.98%
G = 41.01%
B = 32.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#669B79 (or 0x669B79) is known color: Oxley. HEX triplet: 66, 9B and 79. RGB value is (102,155,121). Sum of RGB (Red+Green+Blue) = 102+155+121=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #669B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B79 is #996486. Grayscale: #878787. Windows color (decimal): -10052743 or 7969638. OLE color: 7969638.

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

Color convert

RGB 102 155 121 -
CMYK 0.34 0 0.22 0.39
HSL 141.51º 0.21% 0.5% -
HSV(B) 141.51º 0.34% 0.61% -
XYZ 20.65 27.65 22.34 -
YUV 135.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 102 155 121 0.34 0 0.22 0.39 141.51 0.21 0.5
Hex 66 9B 79 22 0 16 27 8E 15 32
Octal 146 233 171 42 0 26 47 216 25 62
Binary 1100110 10011011 1111001 100010 0 10110 100111 10001110 10101 110010

Color Harmonies of #669B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B79

Black with #669B79

Text Example


Text Example

White with #669B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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