Html Css Color HEX #6C8135 Olive Drab

📋 copy color: '#6C8135'

red 108 ◦ green 129 ◦ blue 53

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

Shades of Olive Drab #6C8135

Tints of Olive Drab #6C8135

RGB

 RED value IS 108 (42.58% from 255) = 37.24%

 GREEN value IS 129 (50.78% from 255) = 44.48%

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 37.24%
G = 44.48%
B = 18.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#6C8135 (or 0x6C8135) is known color: Olive Drab. HEX triplet: 6C, 81 and 35. RGB value is (108,129,53). Sum of RGB (Red+Green+Blue) = 108+129+53=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8135 is #937ECA. Grayscale: #727272. Windows color (decimal): -9666251 or 3506540. OLE color: 3506540.

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

Color convert

RGB 108 129 53 -
CMYK 0.16 0 0.59 0.49
HSL 76.58º 0.42% 0.36% -
HSV(B) 76.58º 0.59% 0.51% -
XYZ 14.68 19.15 6.29 -
YUV 114.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 108 129 53 0.16 0 0.59 0.49 76.58 0.42 0.36
Hex 6C 81 35 10 0 3B 31 4D 2A 24
Octal 154 201 65 20 0 73 61 115 52 44
Binary 1101100 10000001 110101 10000 0 111011 110001 1001101 101010 100100

Color Harmonies of #6C8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8135

Black with #6C8135

Text Example


Text Example

White with #6C8135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,129,53); }

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

background-color css

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

 a { background-color: rgb(108,129,53); }

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

border-color css

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

 span { border-color: rgb(108,129,53); }

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