Html Css Color HEX #6B820F Olive Drab

📋 copy color: '#6B820F'

red 107 ◦ green 130 ◦ blue 15

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

Shades of Olive Drab #6B820F

Tints of Olive Drab #6B820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

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

R = 42.46%
G = 51.59%
B = 5.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#6B820F (or 0x6B820F) is known color: Olive Drab. HEX triplet: 6B, 82 and 0F. RGB value is (107,130,15). Sum of RGB (Red+Green+Blue) = 107+130+15=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #6B820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B820F is #947DF0. Grayscale: #6E6E6E. Windows color (decimal): -9731569 or 1016427. OLE color: 1016427.

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

Color convert

RGB 107 130 15 -
CMYK 0.18 0 0.88 0.49
HSL 72º 0.79% 0.28% -
HSV(B) 72º 0.88% 0.51% -
XYZ 14.13 19.13 3.4 -
YUV 110.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 107 130 15 0.18 0 0.88 0.49 72 0.79 0.28
Hex 6B 82 F 12 0 58 31 48 4F 1C
Octal 153 202 17 22 0 130 61 110 117 34
Binary 1101011 10000010 1111 10010 0 1011000 110001 1001000 1001111 11100

Color Harmonies of #6B820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B820F

Black with #6B820F

Text Example


Text Example

White with #6B820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,15); }

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

background-color css

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

 a { background-color: rgb(107,130,15); }

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

border-color css

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

 span { border-color: rgb(107,130,15); }

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