Html Css Color HEX #6B841F Olive Drab

📋 copy color: '#6B841F'

red 107 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #6B841F

Tints of Olive Drab #6B841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 39.63%
G = 48.89%
B = 11.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#6B841F (or 0x6B841F) is known color: Olive Drab. HEX triplet: 6B, 84 and 1F. RGB value is (107,132,31). Sum of RGB (Red+Green+Blue) = 107+132+31=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #6B841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B841F is #947BE0. Grayscale: #717171. Windows color (decimal): -9731041 or 2065515. OLE color: 2065515.

HSL color Cylindrical-coordinate representation of color #6B841F: hue angle of 74.85º degrees, saturation: 0.62, 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 #6B841F is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 31 -
CMYK 0.19 0 0.77 0.48
HSL 74.85º 0.62% 0.32% -
HSV(B) 74.85º 0.77% 0.52% -
XYZ 14.56 19.73 4.34 -
YUV 113.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 107 132 31 0.19 0 0.77 0.48 74.85 0.62 0.32
Hex 6B 84 1F 13 0 4D 30 4B 3E 20
Octal 153 204 37 23 0 115 60 113 76 40
Binary 1101011 10000100 11111 10011 0 1001101 110000 1001011 111110 100000

Color Harmonies of #6B841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B841F

Black with #6B841F

Text Example


Text Example

White with #6B841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,31); }

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

background-color css

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

 a { background-color: rgb(107,132,31); }

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

border-color css

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

 span { border-color: rgb(107,132,31); }

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