Html Css Color HEX #6B7704 Olive

📋 copy color: '#6B7704'

red 107 ◦ green 119 ◦ blue 4

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

Shades of Olive #6B7704

Tints of Olive #6B7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.74%

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

R = 46.52%
G = 51.74%
B = 1.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#6B7704 (or 0x6B7704) is known color: Olive. HEX triplet: 6B, 77 and 04. RGB value is (107,119,4). Sum of RGB (Red+Green+Blue) = 107+119+4=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7704 is #9488FB. Grayscale: #666666. Windows color (decimal): -9734396 or 292715. OLE color: 292715.

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

Color convert

RGB 107 119 4 -
CMYK 0.10 0 0.97 0.53
HSL 66.26º 0.93% 0.24% -
HSV(B) 66.26º 0.97% 0.47% -
XYZ 12.68 16.33 2.6 -
YUV 102.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 107 119 4 0.10 0 0.97 0.53 66.26 0.93 0.24
Hex 6B 77 4 A 0 61 35 42 5D 18
Octal 153 167 4 12 0 141 65 102 135 30
Binary 1101011 1110111 100 1010 0 1100001 110101 1000010 1011101 11000

Color Harmonies of #6B7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7704

Black with #6B7704

Text Example


Text Example

White with #6B7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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