Html Css Color HEX #669270 Oxley

📋 copy color: '#669270'

red 102 ◦ green 146 ◦ blue 112

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

Shades of Oxley #669270

Tints of Oxley #669270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 28.33%
G = 40.56%
B = 31.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#669270 (or 0x669270) is known color: Oxley. HEX triplet: 66, 92 and 70. RGB value is (102,146,112). Sum of RGB (Red+Green+Blue) = 102+146+112=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #669270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669270 is #996D8F. Grayscale: #818181. Windows color (decimal): -10055056 or 7377510. OLE color: 7377510.

HSL color Cylindrical-coordinate representation of color #669270: hue angle of 133.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669270 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 112 -
CMYK 0.30 0 0.23 0.43
HSL 133.64º 0.18% 0.49% -
HSV(B) 133.64º 0.3% 0.57% -
XYZ 18.68 24.55 19.08 -
YUV 128.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 102 146 112 0.30 0 0.23 0.43 133.64 0.18 0.49
Hex 66 92 70 1E 0 17 2B 86 12 31
Octal 146 222 160 36 0 27 53 206 22 61
Binary 1100110 10010010 1110000 11110 0 10111 101011 10000110 10010 110001

Color Harmonies of #669270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669270

Black with #669270

Text Example


Text Example

White with #669270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669270; }

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

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

background-color css

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

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

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

border-color css

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

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

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