Html Css Color HEX #6B832B Olive Drab

📋 copy color: '#6B832B'

red 107 ◦ green 131 ◦ blue 43

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

Shades of Olive Drab #6B832B

Tints of Olive Drab #6B832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 38.08%
G = 46.62%
B = 15.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#6B832B (or 0x6B832B) is known color: Olive Drab. HEX triplet: 6B, 83 and 2B. RGB value is (107,131,43). Sum of RGB (Red+Green+Blue) = 107+131+43=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #6B832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B832B is #947CD4. Grayscale: #727272. Windows color (decimal): -9731285 or 2851691. OLE color: 2851691.

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

Color convert

RGB 107 131 43 -
CMYK 0.18 0 0.67 0.49
HSL 76.36º 0.51% 0.34% -
HSV(B) 76.36º 0.67% 0.51% -
XYZ 14.62 19.53 5.29 -
YUV 113.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 107 131 43 0.18 0 0.67 0.49 76.36 0.51 0.34
Hex 6B 83 2B 12 0 43 31 4C 33 22
Octal 153 203 53 22 0 103 61 114 63 42
Binary 1101011 10000011 101011 10010 0 1000011 110001 1001100 110011 100010

Color Harmonies of #6B832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B832B

Black with #6B832B

Text Example


Text Example

White with #6B832B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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