Html Css Color HEX #6C852E Olive Drab

📋 copy color: '#6C852E'

red 108 ◦ green 133 ◦ blue 46

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

Shades of Olive Drab #6C852E

Tints of Olive Drab #6C852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 37.63%
G = 46.34%
B = 16.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#6C852E (or 0x6C852E) is known color: Olive Drab. HEX triplet: 6C, 85 and 2E. RGB value is (108,133,46). Sum of RGB (Red+Green+Blue) = 108+133+46=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #6C852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C852E is #937AD1. Grayscale: #737373. Windows color (decimal): -9665234 or 3048812. OLE color: 3048812.

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

Color convert

RGB 108 133 46 -
CMYK 0.19 0 0.65 0.48
HSL 77.24º 0.49% 0.35% -
HSV(B) 77.24º 0.65% 0.52% -
XYZ 15.07 20.16 5.68 -
YUV 115.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 108 133 46 0.19 0 0.65 0.48 77.24 0.49 0.35
Hex 6C 85 2E 13 0 41 30 4D 31 23
Octal 154 205 56 23 0 101 60 115 61 43
Binary 1101100 10000101 101110 10011 0 1000001 110000 1001101 110001 100011

Color Harmonies of #6C852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C852E

Black with #6C852E

Text Example


Text Example

White with #6C852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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