Html Css Color HEX #6C850F Olive Drab

📋 copy color: '#6C850F'

red 108 ◦ green 133 ◦ blue 15

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

Shades of Olive Drab #6C850F

Tints of Olive Drab #6C850F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 42.19%
G = 51.95%
B = 5.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#6C850F (or 0x6C850F) is known color: Olive Drab. HEX triplet: 6C, 85 and 0F. RGB value is (108,133,15). Sum of RGB (Red+Green+Blue) = 108+133+15=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #6C850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C850F is #937AF0. Grayscale: #707070. Windows color (decimal): -9665265 or 1017196. OLE color: 1017196.

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

Color convert

RGB 108 133 15 -
CMYK 0.19 0 0.89 0.48
HSL 72.71º 0.8% 0.29% -
HSV(B) 72.71º 0.89% 0.52% -
XYZ 14.66 20 3.54 -
YUV 112.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 108 133 15 0.19 0 0.89 0.48 72.71 0.8 0.29
Hex 6C 85 F 13 0 59 30 49 50 1D
Octal 154 205 17 23 0 131 60 111 120 35
Binary 1101100 10000101 1111 10011 0 1011001 110000 1001001 1010000 11101

Color Harmonies of #6C850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C850F

Black with #6C850F

Text Example


Text Example

White with #6C850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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