Html Css Color HEX #669F70 Oxley

📋 copy color: '#669F70'

red 102 ◦ green 159 ◦ blue 112

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

Shades of Oxley #669F70

Tints of Oxley #669F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.63%

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

R = 27.35%
G = 42.63%
B = 30.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#669F70 (or 0x669F70) is known color: Oxley. HEX triplet: 66, 9F and 70. RGB value is (102,159,112). Sum of RGB (Red+Green+Blue) = 102+159+112=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #669F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F70 is #99608F. Grayscale: #888888. Windows color (decimal): -10051728 or 7380838. OLE color: 7380838.

HSL color Cylindrical-coordinate representation of color #669F70: hue angle of 130.53º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F70 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 112 -
CMYK 0.36 0 0.30 0.38
HSL 130.53º 0.23% 0.51% -
HSV(B) 130.53º 0.36% 0.62% -
XYZ 20.8 28.79 19.79 -
YUV 136.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 102 159 112 0.36 0 0.30 0.38 130.53 0.23 0.51
Hex 66 9F 70 24 0 1E 26 83 17 33
Octal 146 237 160 44 0 36 46 203 27 63
Binary 1100110 10011111 1110000 100100 0 11110 100110 10000011 10111 110011

Color Harmonies of #669F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F70

Black with #669F70

Text Example


Text Example

White with #669F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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