Html Css Color HEX #6E9774 Oxley

📋 copy color: '#6E9774'

red 110 ◦ green 151 ◦ blue 116

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

Shades of Oxley #6E9774

Tints of Oxley #6E9774

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

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

R = 29.18%
G = 40.05%
B = 30.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#6E9774 (or 0x6E9774) is known color: Oxley. HEX triplet: 6E, 97 and 74. RGB value is (110,151,116). Sum of RGB (Red+Green+Blue) = 110+151+116=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9774 is #91688B. Grayscale: #868686. Windows color (decimal): -9529484 or 7640942. OLE color: 7640942.

HSL color Cylindrical-coordinate representation of color #6E9774: hue angle of 128.78º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E9774 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 151 116 -
CMYK 0.27 0 0.23 0.41
HSL 128.78º 0.16% 0.51% -
HSV(B) 128.78º 0.27% 0.59% -
XYZ 20.65 26.71 20.59 -
YUV 134.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 110 151 116 0.27 0 0.23 0.41 128.78 0.16 0.51
Hex 6E 97 74 1B 0 17 29 81 10 33
Octal 156 227 164 33 0 27 51 201 20 63
Binary 1101110 10010111 1110100 11011 0 10111 101001 10000001 10000 110011

Color Harmonies of #6E9774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9774

Black with #6E9774

Text Example


Text Example

White with #6E9774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,116); }

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

background-color css

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

 a { background-color: rgb(110,151,116); }

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

border-color css

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

 span { border-color: rgb(110,151,116); }

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