Html Css Color HEX #669070 Oxley

📋 copy color: '#669070'

red 102 ◦ green 144 ◦ blue 112

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

Shades of Oxley #669070

Tints of Oxley #669070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 28.49%
G = 40.22%
B = 31.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#669070 (or 0x669070) is known color: Oxley. HEX triplet: 66, 90 and 70. RGB value is (102,144,112). Sum of RGB (Red+Green+Blue) = 102+144+112=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #669070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669070 is #996F8F. Grayscale: #7F7F7F. Windows color (decimal): -10055568 or 7376998. OLE color: 7376998.

HSL color Cylindrical-coordinate representation of color #669070: hue angle of 134.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669070 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 112 -
CMYK 0.29 0 0.22 0.44
HSL 134.29º 0.17% 0.48% -
HSV(B) 134.29º 0.29% 0.56% -
XYZ 18.38 23.94 18.98 -
YUV 127.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 102 144 112 0.29 0 0.22 0.44 134.29 0.17 0.48
Hex 66 90 70 1D 0 16 2C 86 11 30
Octal 146 220 160 35 0 26 54 206 21 60
Binary 1100110 10010000 1110000 11101 0 10110 101100 10000110 10001 110000

Color Harmonies of #669070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669070

Black with #669070

Text Example


Text Example

White with #669070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669070; }

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

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

background-color css

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

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

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

border-color css

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

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

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