Html Css Color HEX #6E8234 Olive Drab

📋 copy color: '#6E8234'

red 110 ◦ green 130 ◦ blue 52

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

Shades of Olive Drab #6E8234

Tints of Olive Drab #6E8234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 37.67%
G = 44.52%
B = 17.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#6E8234 (or 0x6E8234) is known color: Olive Drab. HEX triplet: 6E, 82 and 34. RGB value is (110,130,52). Sum of RGB (Red+Green+Blue) = 110+130+52=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8234 is #917DCB. Grayscale: #737373. Windows color (decimal): -9534924 or 3441262. OLE color: 3441262.

HSL color Cylindrical-coordinate representation of color #6E8234: hue angle of 75.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E8234 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 130 52 -
CMYK 0.15 0 0.60 0.49
HSL 75.38º 0.43% 0.36% -
HSV(B) 75.38º 0.6% 0.51% -
XYZ 15.03 19.53 6.23 -
YUV 115.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 110 130 52 0.15 0 0.60 0.49 75.38 0.43 0.36
Hex 6E 82 34 F 0 3C 31 4B 2B 24
Octal 156 202 64 17 0 74 61 113 53 44
Binary 1101110 10000010 110100 1111 0 111100 110001 1001011 101011 100100

Color Harmonies of #6E8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8234

Black with #6E8234

Text Example


Text Example

White with #6E8234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,130,52); }

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

background-color css

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

 a { background-color: rgb(110,130,52); }

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

border-color css

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

 span { border-color: rgb(110,130,52); }

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