Html Css Color HEX #6C813A Olive Drab

📋 copy color: '#6C813A'

red 108 ◦ green 129 ◦ blue 58

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

Shades of Olive Drab #6C813A

Tints of Olive Drab #6C813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 36.61%
G = 43.73%
B = 19.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#6C813A (or 0x6C813A) is known color: Olive Drab. HEX triplet: 6C, 81 and 3A. RGB value is (108,129,58). Sum of RGB (Red+Green+Blue) = 108+129+58=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #6C813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C813A is #937EC5. Grayscale: #727272. Windows color (decimal): -9666246 or 3834220. OLE color: 3834220.

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

Color convert

RGB 108 129 58 -
CMYK 0.16 0 0.55 0.49
HSL 77.75º 0.38% 0.37% -
HSV(B) 77.75º 0.55% 0.51% -
XYZ 14.8 19.19 6.93 -
YUV 114.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 108 129 58 0.16 0 0.55 0.49 77.75 0.38 0.37
Hex 6C 81 3A 10 0 37 31 4E 26 25
Octal 154 201 72 20 0 67 61 116 46 45
Binary 1101100 10000001 111010 10000 0 110111 110001 1001110 100110 100101

Color Harmonies of #6C813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C813A

Black with #6C813A

Text Example


Text Example

White with #6C813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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