Html Css Color HEX #669470 Oxley

📋 copy color: '#669470'

red 102 ◦ green 148 ◦ blue 112

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

Shades of Oxley #669470

Tints of Oxley #669470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.88%

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

R = 28.18%
G = 40.88%
B = 30.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#669470 (or 0x669470) is known color: Oxley. HEX triplet: 66, 94 and 70. RGB value is (102,148,112). Sum of RGB (Red+Green+Blue) = 102+148+112=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #669470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669470 is #996B8F. Grayscale: #828282. Windows color (decimal): -10054544 or 7378022. OLE color: 7378022.

HSL color Cylindrical-coordinate representation of color #669470: hue angle of 133.04º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669470 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 112 -
CMYK 0.31 0 0.24 0.42
HSL 133.04º 0.18% 0.49% -
HSV(B) 133.04º 0.31% 0.58% -
XYZ 18.99 25.17 19.19 -
YUV 130.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 102 148 112 0.31 0 0.24 0.42 133.04 0.18 0.49
Hex 66 94 70 1F 0 18 2A 85 12 31
Octal 146 224 160 37 0 30 52 205 22 61
Binary 1100110 10010100 1110000 11111 0 11000 101010 10000101 10010 110001

Color Harmonies of #669470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669470

Black with #669470

Text Example


Text Example

White with #669470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669470; }

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

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

background-color css

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

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

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

border-color css

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

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

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