Html Css Color HEX #6B7604 Olive

📋 copy color: '#6B7604'

red 107 ◦ green 118 ◦ blue 4

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

Shades of Olive #6B7604

Tints of Olive #6B7604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 46.72%
G = 51.53%
B = 1.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#6B7604 (or 0x6B7604) is known color: Olive. HEX triplet: 6B, 76 and 04. RGB value is (107,118,4). Sum of RGB (Red+Green+Blue) = 107+118+4=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7604 is #9489FB. Grayscale: #666666. Windows color (decimal): -9734652 or 292459. OLE color: 292459.

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

Color convert

RGB 107 118 4 -
CMYK 0.09 0 0.97 0.54
HSL 65.79º 0.93% 0.24% -
HSV(B) 65.79º 0.97% 0.46% -
XYZ 12.56 16.09 2.56 -
YUV 101.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 107 118 4 0.09 0 0.97 0.54 65.79 0.93 0.24
Hex 6B 76 4 9 0 61 36 42 5D 18
Octal 153 166 4 11 0 141 66 102 135 30
Binary 1101011 1110110 100 1001 0 1100001 110110 1000010 1011101 11000

Color Harmonies of #6B7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7604

Black with #6B7604

Text Example


Text Example

White with #6B7604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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