Html Css Color HEX #6B820B Olive

📋 copy color: '#6B820B'

red 107 ◦ green 130 ◦ blue 11

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

Shades of Olive #6B820B

Tints of Olive #6B820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 43.15%
G = 52.42%
B = 4.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#6B820B (or 0x6B820B) is known color: Olive. HEX triplet: 6B, 82 and 0B. RGB value is (107,130,11). Sum of RGB (Red+Green+Blue) = 107+130+11=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #6B820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B820B is #947DF4. Grayscale: #6E6E6E. Windows color (decimal): -9731573 or 754283. OLE color: 754283.

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

Color convert

RGB 107 130 11 -
CMYK 0.18 0 0.92 0.49
HSL 71.6º 0.84% 0.28% -
HSV(B) 71.6º 0.92% 0.51% -
XYZ 14.11 19.12 3.26 -
YUV 109.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 107 130 11 0.18 0 0.92 0.49 71.6 0.84 0.28
Hex 6B 82 B 12 0 5C 31 48 54 1C
Octal 153 202 13 22 0 134 61 110 124 34
Binary 1101011 10000010 1011 10010 0 1011100 110001 1001000 1010100 11100

Color Harmonies of #6B820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B820B

Black with #6B820B

Text Example


Text Example

White with #6B820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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