Html Css Color HEX #6C853A Olive Drab

📋 copy color: '#6C853A'

red 108 ◦ green 133 ◦ blue 58

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

Shades of Olive Drab #6C853A

Tints of Olive Drab #6C853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

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

R = 36.12%
G = 44.48%
B = 19.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#6C853A (or 0x6C853A) is known color: Olive Drab. HEX triplet: 6C, 85 and 3A. RGB value is (108,133,58). Sum of RGB (Red+Green+Blue) = 108+133+58=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #6C853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C853A is #937AC5. Grayscale: #757575. Windows color (decimal): -9665222 or 3835244. OLE color: 3835244.

HSL color Cylindrical-coordinate representation of color #6C853A: hue angle of 80º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C853A is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 58 -
CMYK 0.19 0 0.56 0.48
HSL 80º 0.39% 0.37% -
HSV(B) 80º 0.56% 0.52% -
XYZ 15.34 20.27 7.11 -
YUV 116.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 108 133 58 0.19 0 0.56 0.48 80 0.39 0.37
Hex 6C 85 3A 13 0 38 30 50 27 25
Octal 154 205 72 23 0 70 60 120 47 45
Binary 1101100 10000101 111010 10011 0 111000 110000 1010000 100111 100101

Color Harmonies of #6C853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C853A

Black with #6C853A

Text Example


Text Example

White with #6C853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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