Html Css Color HEX #6F7704 Olive

📋 copy color: '#6F7704'

red 111 ◦ green 119 ◦ blue 4

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

Shades of Olive #6F7704

Tints of Olive #6F7704

RGB

 RED value IS 111 (43.75% from 255) = 47.44%

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

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

R = 47.44%
G = 50.85%
B = 1.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#6F7704 (or 0x6F7704) is known color: Olive. HEX triplet: 6F, 77 and 04. RGB value is (111,119,4). Sum of RGB (Red+Green+Blue) = 111+119+4=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7704 is #9088FB. Grayscale: #676767. Windows color (decimal): -9472252 or 292719. OLE color: 292719.

HSL color Cylindrical-coordinate representation of color #6F7704: hue angle of 64.17º 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 #6F7704 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 119 4 -
CMYK 0.07 0 0.97 0.53
HSL 64.17º 0.93% 0.24% -
HSV(B) 64.17º 0.97% 0.47% -
XYZ 13.17 16.58 2.62 -
YUV 103.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 111 119 4 0.07 0 0.97 0.53 64.17 0.93 0.24
Hex 6F 77 4 7 0 61 35 40 5D 18
Octal 157 167 4 7 0 141 65 100 135 30
Binary 1101111 1110111 100 111 0 1100001 110101 1000000 1011101 11000

Color Harmonies of #6F7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7704

Black with #6F7704

Text Example


Text Example

White with #6F7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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