Html Css Color HEX #669278 Oxley

📋 copy color: '#669278'

red 102 ◦ green 146 ◦ blue 120

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

Shades of Oxley #669278

Tints of Oxley #669278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 27.72%
G = 39.67%
B = 32.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#669278 (or 0x669278) is known color: Oxley. HEX triplet: 66, 92 and 78. RGB value is (102,146,120). Sum of RGB (Red+Green+Blue) = 102+146+120=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #669278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669278 is #996D87. Grayscale: #818181. Windows color (decimal): -10055048 or 7901798. OLE color: 7901798.

HSL color Cylindrical-coordinate representation of color #669278: hue angle of 144.55º 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 #669278 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 120 -
CMYK 0.30 0 0.18 0.43
HSL 144.55º 0.18% 0.49% -
HSV(B) 144.55º 0.3% 0.57% -
XYZ 19.15 24.74 21.54 -
YUV 129.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 102 146 120 0.30 0 0.18 0.43 144.55 0.18 0.49
Hex 66 92 78 1E 0 12 2B 91 12 31
Octal 146 222 170 36 0 22 53 221 22 61
Binary 1100110 10010010 1111000 11110 0 10010 101011 10010001 10010 110001

Color Harmonies of #669278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669278

Black with #669278

Text Example


Text Example

White with #669278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669278; }

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

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

background-color css

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

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

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

border-color css

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

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

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