Html Css Color HEX #768304 Olive

📋 copy color: '#768304'

red 118 ◦ green 131 ◦ blue 4

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

Shades of Olive #768304

Tints of Olive #768304

RGB

 RED value IS 118 (46.48% from 255) = 46.64%

 GREEN value IS 131 (51.56% from 255) = 51.78%

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

R = 46.64%
G = 51.78%
B = 1.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#768304 (or 0x768304) is known color: Olive. HEX triplet: 76, 83 and 04. RGB value is (118,131,4). Sum of RGB (Red+Green+Blue) = 118+131+4=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #768304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768304 is #897CFB. Grayscale: #717171. Windows color (decimal): -9010428 or 295798. OLE color: 295798.

HSL color Cylindrical-coordinate representation of color #768304: hue angle of 66.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #768304 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 4 -
CMYK 0.10 0 0.97 0.49
HSL 66.14º 0.94% 0.26% -
HSV(B) 66.14º 0.97% 0.51% -
XYZ 15.61 20.09 3.17 -
YUV 112.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 118 131 4 0.10 0 0.97 0.49 66.14 0.94 0.26
Hex 76 83 4 A 0 61 31 42 5E 1A
Octal 166 203 4 12 0 141 61 102 136 32
Binary 1110110 10000011 100 1010 0 1100001 110001 1000010 1011110 11010

Color Harmonies of #768304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768304

Black with #768304

Text Example


Text Example

White with #768304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768304; }

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

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

background-color css

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

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

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

border-color css

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

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

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