Html Css Color HEX #6C852D Olive Drab

📋 copy color: '#6C852D'

red 108 ◦ green 133 ◦ blue 45

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

Shades of Olive Drab #6C852D

Tints of Olive Drab #6C852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 37.76%
G = 46.5%
B = 15.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#6C852D (or 0x6C852D) is known color: Olive Drab. HEX triplet: 6C, 85 and 2D. RGB value is (108,133,45). Sum of RGB (Red+Green+Blue) = 108+133+45=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #6C852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C852D is #937AD2. Grayscale: #737373. Windows color (decimal): -9665235 or 2983276. OLE color: 2983276.

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

Color convert

RGB 108 133 45 -
CMYK 0.19 0 0.66 0.48
HSL 77.05º 0.49% 0.35% -
HSV(B) 77.05º 0.66% 0.52% -
XYZ 15.05 20.15 5.58 -
YUV 115.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 108 133 45 0.19 0 0.66 0.48 77.05 0.49 0.35
Hex 6C 85 2D 13 0 42 30 4D 31 23
Octal 154 205 55 23 0 102 60 115 61 43
Binary 1101100 10000101 101101 10011 0 1000010 110000 1001101 110001 100011

Color Harmonies of #6C852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C852D

Black with #6C852D

Text Example


Text Example

White with #6C852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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