Html Css Color HEX #6E9478 Oxley

📋 copy color: '#6E9478'

red 110 ◦ green 148 ◦ blue 120

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

Shades of Oxley #6E9478

Tints of Oxley #6E9478

RGB

 RED value IS 110 (43.36% from 255) = 29.1%

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

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

R = 29.1%
G = 39.15%
B = 31.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#6E9478 (or 0x6E9478) is known color: Oxley. HEX triplet: 6E, 94 and 78. RGB value is (110,148,120). Sum of RGB (Red+Green+Blue) = 110+148+120=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9478 is #916B87. Grayscale: #858585. Windows color (decimal): -9530248 or 7902318. OLE color: 7902318.

HSL color Cylindrical-coordinate representation of color #6E9478: hue angle of 135.79º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E9478 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 120 -
CMYK 0.26 0 0.19 0.42
HSL 135.79º 0.15% 0.51% -
HSV(B) 135.79º 0.26% 0.58% -
XYZ 20.41 25.85 21.68 -
YUV 133.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 110 148 120 0.26 0 0.19 0.42 135.79 0.15 0.51
Hex 6E 94 78 1A 0 13 2A 88 F 33
Octal 156 224 170 32 0 23 52 210 17 63
Binary 1101110 10010100 1111000 11010 0 10011 101010 10001000 1111 110011

Color Harmonies of #6E9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9478

Black with #6E9478

Text Example


Text Example

White with #6E9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9478; }

 p { color: rgb(110,148,120); }

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

background-color css

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

 a { background-color: rgb(110,148,120); }

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

border-color css

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

 span { border-color: rgb(110,148,120); }

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