Html Css Color HEX #6B851E Olive Drab

📋 copy color: '#6B851E'

red 107 ◦ green 133 ◦ blue 30

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

Shades of Olive Drab #6B851E

Tints of Olive Drab #6B851E

RGB

 RED value IS 107 (42.19% from 255) = 39.63%

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

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 39.63%
G = 49.26%
B = 11.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#6B851E (or 0x6B851E) is known color: Olive Drab. HEX triplet: 6B, 85 and 1E. RGB value is (107,133,30). Sum of RGB (Red+Green+Blue) = 107+133+30=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #6B851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B851E is #947AE1. Grayscale: #717171. Windows color (decimal): -9730786 or 2000235. OLE color: 2000235.

HSL color Cylindrical-coordinate representation of color #6B851E: hue angle of 75.15º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B851E is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 30 -
CMYK 0.20 0 0.77 0.48
HSL 75.15º 0.63% 0.32% -
HSV(B) 75.15º 0.77% 0.52% -
XYZ 14.69 19.99 4.31 -
YUV 113.48 80.89 123.38 -
System Red Green Blue C M Y K H S L
Decimal 107 133 30 0.20 0 0.77 0.48 75.15 0.63 0.32
Hex 6B 85 1E 14 0 4D 30 4B 3F 20
Octal 153 205 36 24 0 115 60 113 77 40
Binary 1101011 10000101 11110 10100 0 1001101 110000 1001011 111111 100000

Color Harmonies of #6B851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B851E

Black with #6B851E

Text Example


Text Example

White with #6B851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,30); }

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

background-color css

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

 a { background-color: rgb(107,133,30); }

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

border-color css

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

 span { border-color: rgb(107,133,30); }

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