Html Css Color HEX #669174 Oxley

📋 copy color: '#669174'

red 102 ◦ green 145 ◦ blue 116

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

Shades of Oxley #669174

Tints of Oxley #669174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 28.1%
G = 39.94%
B = 31.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#669174 (or 0x669174) is known color: Oxley. HEX triplet: 66, 91 and 74. RGB value is (102,145,116). Sum of RGB (Red+Green+Blue) = 102+145+116=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #669174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669174 is #996E8B. Grayscale: #808080. Windows color (decimal): -10055308 or 7639398. OLE color: 7639398.

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

Color convert

RGB 102 145 116 -
CMYK 0.30 0 0.2 0.43
HSL 139.53º 0.17% 0.48% -
HSV(B) 139.53º 0.3% 0.57% -
XYZ 18.76 24.34 20.23 -
YUV 128.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 102 145 116 0.30 0 0.2 0.43 139.53 0.17 0.48
Hex 66 91 74 1E 0 14 2B 8C 11 30
Octal 146 221 164 36 0 24 53 214 21 60
Binary 1100110 10010001 1110100 11110 0 10100 101011 10001100 10001 110000

Color Harmonies of #669174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669174

Black with #669174

Text Example


Text Example

White with #669174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669174; }

 p { color: rgb(102,145,116); }

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

background-color css

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

 a { background-color: rgb(102,145,116); }

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

border-color css

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

 span { border-color: rgb(102,145,116); }

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