Html Css Color HEX #669074 Oxley

📋 copy color: '#669074'

red 102 ◦ green 144 ◦ blue 116

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

Shades of Oxley #669074

Tints of Oxley #669074

RGB

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

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

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

R = 28.18%
G = 39.78%
B = 32.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#669074 (or 0x669074) is known color: Oxley. HEX triplet: 66, 90 and 74. RGB value is (102,144,116). Sum of RGB (Red+Green+Blue) = 102+144+116=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #669074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669074 is #996F8B. Grayscale: #808080. Windows color (decimal): -10055564 or 7639142. OLE color: 7639142.

HSL color Cylindrical-coordinate representation of color #669074: hue angle of 140º 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 #669074 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 116 -
CMYK 0.29 0 0.19 0.44
HSL 140º 0.17% 0.48% -
HSV(B) 140º 0.29% 0.56% -
XYZ 18.61 24.03 20.18 -
YUV 128.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 102 144 116 0.29 0 0.19 0.44 140 0.17 0.48
Hex 66 90 74 1D 0 13 2C 8C 11 30
Octal 146 220 164 35 0 23 54 214 21 60
Binary 1100110 10010000 1110100 11101 0 10011 101100 10001100 10001 110000

Color Harmonies of #669074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669074

Black with #669074

Text Example


Text Example

White with #669074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669074; }

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

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

background-color css

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

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

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

border-color css

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

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

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