Html Css Color HEX #6B7E0B Olive

📋 copy color: '#6B7E0B'

red 107 ◦ green 126 ◦ blue 11

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

Shades of Olive #6B7E0B

Tints of Olive #6B7E0B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.64%

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

R = 43.85%
G = 51.64%
B = 4.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#6B7E0B (or 0x6B7E0B) is known color: Olive. HEX triplet: 6B, 7E and 0B. RGB value is (107,126,11). Sum of RGB (Red+Green+Blue) = 107+126+11=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7E0B is #9481F4. Grayscale: #6B6B6B. Windows color (decimal): -9732597 or 753259. OLE color: 753259.

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

Color convert

RGB 107 126 11 -
CMYK 0.15 0 0.91 0.51
HSL 69.91º 0.84% 0.27% -
HSV(B) 69.91º 0.91% 0.49% -
XYZ 13.58 18.07 3.09 -
YUV 107.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 107 126 11 0.15 0 0.91 0.51 69.91 0.84 0.27
Hex 6B 7E B F 0 5B 33 46 54 1B
Octal 153 176 13 17 0 133 63 106 124 33
Binary 1101011 1111110 1011 1111 0 1011011 110011 1000110 1010100 11011

Color Harmonies of #6B7E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7E0B

Black with #6B7E0B

Text Example


Text Example

White with #6B7E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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