Html Css Color HEX #6B7606 Olive

📋 copy color: '#6B7606'

red 107 ◦ green 118 ◦ blue 6

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

Shades of Olive #6B7606

Tints of Olive #6B7606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.08%

 BLUE value IS 6 (2.73% from 255) = 2.6%

R = 46.32%
G = 51.08%
B = 2.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#6B7606 (or 0x6B7606) is known color: Olive. HEX triplet: 6B, 76 and 06. RGB value is (107,118,6). Sum of RGB (Red+Green+Blue) = 107+118+6=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7606 is #9489F9. Grayscale: #666666. Windows color (decimal): -9734650 or 423531. OLE color: 423531.

HSL color Cylindrical-coordinate representation of color #6B7606: hue angle of 65.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B7606 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 6 -
CMYK 0.09 0 0.95 0.54
HSL 65.89º 0.9% 0.24% -
HSV(B) 65.89º 0.95% 0.46% -
XYZ 12.57 16.1 2.62 -
YUV 101.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 107 118 6 0.09 0 0.95 0.54 65.89 0.9 0.24
Hex 6B 76 6 9 0 5F 36 42 5A 18
Octal 153 166 6 11 0 137 66 102 132 30
Binary 1101011 1110110 110 1001 0 1011111 110110 1000010 1011010 11000

Color Harmonies of #6B7606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7606

Black with #6B7606

Text Example


Text Example

White with #6B7606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,6); }

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

background-color css

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

 a { background-color: rgb(107,118,6); }

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

border-color css

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

 span { border-color: rgb(107,118,6); }

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