Html Css Color HEX #768205 Olive

📋 copy color: '#768205'

red 118 ◦ green 130 ◦ blue 5

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

Shades of Olive #768205

Tints of Olive #768205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 46.64%
G = 51.38%
B = 1.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#768205 (or 0x768205) is known color: Olive. HEX triplet: 76, 82 and 05. RGB value is (118,130,5). Sum of RGB (Red+Green+Blue) = 118+130+5=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #768205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768205 is #897DFA. Grayscale: #707070. Windows color (decimal): -9010683 or 361078. OLE color: 361078.

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

Color convert

RGB 118 130 5 -
CMYK 0.09 0 0.96 0.49
HSL 65.76º 0.93% 0.26% -
HSV(B) 65.76º 0.96% 0.51% -
XYZ 15.48 19.83 3.15 -
YUV 112.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 118 130 5 0.09 0 0.96 0.49 65.76 0.93 0.26
Hex 76 82 5 9 0 60 31 42 5D 1A
Octal 166 202 5 11 0 140 61 102 135 32
Binary 1110110 10000010 101 1001 0 1100000 110001 1000010 1011101 11010

Color Harmonies of #768205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768205

Black with #768205

Text Example


Text Example

White with #768205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768205; }

 p { color: rgb(118,130,5); }

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

background-color css

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

 a { background-color: rgb(118,130,5); }

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

border-color css

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

 span { border-color: rgb(118,130,5); }

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