Html Css Color HEX #6B810B Olive

📋 copy color: '#6B810B'

red 107 ◦ green 129 ◦ blue 11

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

Shades of Olive #6B810B

Tints of Olive #6B810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.23%

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

R = 43.32%
G = 52.23%
B = 4.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#6B810B (or 0x6B810B) is known color: Olive. HEX triplet: 6B, 81 and 0B. RGB value is (107,129,11). Sum of RGB (Red+Green+Blue) = 107+129+11=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #6B810B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B810B is #947EF4. Grayscale: #6D6D6D. Windows color (decimal): -9731829 or 754027. OLE color: 754027.

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

Color convert

RGB 107 129 11 -
CMYK 0.17 0 0.91 0.49
HSL 71.19º 0.84% 0.27% -
HSV(B) 71.19º 0.91% 0.51% -
XYZ 13.97 18.85 3.22 -
YUV 108.97 72.71 126.59 -
System Red Green Blue C M Y K H S L
Decimal 107 129 11 0.17 0 0.91 0.49 71.19 0.84 0.27
Hex 6B 81 B 11 0 5B 31 47 54 1B
Octal 153 201 13 21 0 133 61 107 124 33
Binary 1101011 10000001 1011 10001 0 1011011 110001 1000111 1010100 11011

Color Harmonies of #6B810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B810B

Black with #6B810B

Text Example


Text Example

White with #6B810B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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