Html Css Color HEX #768305 Olive

📋 copy color: '#768305'

red 118 ◦ green 131 ◦ blue 5

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

Shades of Olive #768305

Tints of Olive #768305

RGB

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

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

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

R = 46.46%
G = 51.57%
B = 1.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#768305 (or 0x768305) is known color: Olive. HEX triplet: 76, 83 and 05. RGB value is (118,131,5). Sum of RGB (Red+Green+Blue) = 118+131+5=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #768305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768305 is #897CFA. Grayscale: #717171. Windows color (decimal): -9010427 or 361334. OLE color: 361334.

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

Color convert

RGB 118 131 5 -
CMYK 0.10 0 0.96 0.49
HSL 66.19º 0.93% 0.27% -
HSV(B) 66.19º 0.96% 0.51% -
XYZ 15.61 20.1 3.2 -
YUV 112.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 118 131 5 0.10 0 0.96 0.49 66.19 0.93 0.27
Hex 76 83 5 A 0 60 31 42 5D 1B
Octal 166 203 5 12 0 140 61 102 135 33
Binary 1110110 10000011 101 1010 0 1100000 110001 1000010 1011101 11011

Color Harmonies of #768305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768305

Black with #768305

Text Example


Text Example

White with #768305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768305; }

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

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

background-color css

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

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

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

border-color css

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

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

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