Html Css Color HEX #6A7704 Olive

📋 copy color: '#6A7704'

red 106 ◦ green 119 ◦ blue 4

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

Shades of Olive #6A7704

Tints of Olive #6A7704

RGB

 RED value IS 106 (41.8% from 255) = 46.29%

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

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

R = 46.29%
G = 51.97%
B = 1.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#6A7704 (or 0x6A7704) is known color: Olive. HEX triplet: 6A, 77 and 04. RGB value is (106,119,4). Sum of RGB (Red+Green+Blue) = 106+119+4=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7704 is #9588FB. Grayscale: #666666. Windows color (decimal): -9799932 or 292714. OLE color: 292714.

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

Color convert

RGB 106 119 4 -
CMYK 0.11 0 0.97 0.53
HSL 66.78º 0.93% 0.24% -
HSV(B) 66.78º 0.97% 0.47% -
XYZ 12.56 16.27 2.59 -
YUV 102 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 106 119 4 0.11 0 0.97 0.53 66.78 0.93 0.24
Hex 6A 77 4 B 0 61 35 43 5D 18
Octal 152 167 4 13 0 141 65 103 135 30
Binary 1101010 1110111 100 1011 0 1100001 110101 1000011 1011101 11000

Color Harmonies of #6A7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7704

Black with #6A7704

Text Example


Text Example

White with #6A7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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