Html Css Color HEX #669770 Oxley

📋 copy color: '#669770'

red 102 ◦ green 151 ◦ blue 112

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

Shades of Oxley #669770

Tints of Oxley #669770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 27.95%
G = 41.37%
B = 30.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#669770 (or 0x669770) is known color: Oxley. HEX triplet: 66, 97 and 70. RGB value is (102,151,112). Sum of RGB (Red+Green+Blue) = 102+151+112=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #669770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669770 is #99688F. Grayscale: #848484. Windows color (decimal): -10053776 or 7378790. OLE color: 7378790.

HSL color Cylindrical-coordinate representation of color #669770: hue angle of 132.24º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669770 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 112 -
CMYK 0.32 0 0.26 0.41
HSL 132.24º 0.19% 0.5% -
HSV(B) 132.24º 0.32% 0.59% -
XYZ 19.47 26.13 19.35 -
YUV 131.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 102 151 112 0.32 0 0.26 0.41 132.24 0.19 0.5
Hex 66 97 70 20 0 1A 29 84 13 32
Octal 146 227 160 40 0 32 51 204 23 62
Binary 1100110 10010111 1110000 100000 0 11010 101001 10000100 10011 110010

Color Harmonies of #669770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669770

Black with #669770

Text Example


Text Example

White with #669770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669770; }

 p { color: rgb(102,151,112); }

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

background-color css

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

 a { background-color: rgb(102,151,112); }

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

border-color css

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

 span { border-color: rgb(102,151,112); }

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