Html Css Color HEX #768801 Olive

📋 copy color: '#768801'

red 118 ◦ green 136 ◦ blue 1

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

Shades of Olive #768801

Tints of Olive #768801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.33%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 46.27%
G = 53.33%
B = 0.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#768801 (or 0x768801) is known color: Olive. HEX triplet: 76, 88 and 01. RGB value is (118,136,1). Sum of RGB (Red+Green+Blue) = 118+136+1=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #768801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768801 is #8977FE. Grayscale: #737373. Windows color (decimal): -9009151 or 100470. OLE color: 100470.

HSL color Cylindrical-coordinate representation of color #768801: hue angle of 68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768801 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 1 -
CMYK 0.13 0 0.99 0.47
HSL 68º 0.99% 0.27% -
HSV(B) 68º 0.99% 0.53% -
XYZ 16.28 21.46 3.31 -
YUV 115.23 63.54 129.98 -
System Red Green Blue C M Y K H S L
Decimal 118 136 1 0.13 0 0.99 0.47 68 0.99 0.27
Hex 76 88 1 D 0 63 2F 44 63 1B
Octal 166 210 1 15 0 143 57 104 143 33
Binary 1110110 10001000 1 1101 0 1100011 101111 1000100 1100011 11011

Color Harmonies of #768801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768801

Black with #768801

Text Example


Text Example

White with #768801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768801; }

 p { color: rgb(118,136,1); }

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

background-color css

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

 a { background-color: rgb(118,136,1); }

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

border-color css

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

 span { border-color: rgb(118,136,1); }

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