Html Css Color HEX #6B831D Olive Drab

📋 copy color: '#6B831D'

red 107 ◦ green 131 ◦ blue 29

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

Shades of Olive Drab #6B831D

Tints of Olive Drab #6B831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 40.07%
G = 49.06%
B = 10.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#6B831D (or 0x6B831D) is known color: Olive Drab. HEX triplet: 6B, 83 and 1D. RGB value is (107,131,29). Sum of RGB (Red+Green+Blue) = 107+131+29=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #6B831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B831D is #947CE2. Grayscale: #707070. Windows color (decimal): -9731299 or 1934187. OLE color: 1934187.

HSL color Cylindrical-coordinate representation of color #6B831D: hue angle of 74.12º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B831D is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 131 29 -
CMYK 0.18 0 0.78 0.49
HSL 74.12º 0.64% 0.31% -
HSV(B) 74.12º 0.78% 0.51% -
XYZ 14.4 19.45 4.16 -
YUV 112.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 107 131 29 0.18 0 0.78 0.49 74.12 0.64 0.31
Hex 6B 83 1D 12 0 4E 31 4A 40 1F
Octal 153 203 35 22 0 116 61 112 100 37
Binary 1101011 10000011 11101 10010 0 1001110 110001 1001010 1000000 11111

Color Harmonies of #6B831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B831D

Black with #6B831D

Text Example


Text Example

White with #6B831D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,131,29); }

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

background-color css

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

 a { background-color: rgb(107,131,29); }

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

border-color css

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

 span { border-color: rgb(107,131,29); }

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