Html Css Color HEX #6B7107 Olive

📋 copy color: '#6B7107'

red 107 ◦ green 113 ◦ blue 7

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

Shades of Olive #6B7107

Tints of Olive #6B7107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 47.14%
G = 49.78%
B = 3.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#6B7107 (or 0x6B7107) is known color: Olive. HEX triplet: 6B, 71 and 07. RGB value is (107,113,7). Sum of RGB (Red+Green+Blue) = 107+113+7=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7107 is #948EF8. Grayscale: #636363. Windows color (decimal): -9735929 or 487787. OLE color: 487787.

HSL color Cylindrical-coordinate representation of color #6B7107: hue angle of 63.4º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B7107 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 7 -
CMYK 0.05 0 0.94 0.56
HSL 63.4º 0.88% 0.24% -
HSV(B) 63.4º 0.94% 0.44% -
XYZ 12.01 14.95 2.45 -
YUV 99.12 76.01 133.62 -
System Red Green Blue C M Y K H S L
Decimal 107 113 7 0.05 0 0.94 0.56 63.4 0.88 0.24
Hex 6B 71 7 5 0 5E 38 3F 58 18
Octal 153 161 7 5 0 136 70 77 130 30
Binary 1101011 1110001 111 101 0 1011110 111000 111111 1011000 11000

Color Harmonies of #6B7107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7107

Black with #6B7107

Text Example


Text Example

White with #6B7107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,7); }

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

background-color css

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

 a { background-color: rgb(107,113,7); }

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

border-color css

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

 span { border-color: rgb(107,113,7); }

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