Html Css Color HEX #768901 Olive

📋 copy color: '#768901'

red 118 ◦ green 137 ◦ blue 1

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

Shades of Olive #768901

Tints of Olive #768901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

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

R = 46.09%
G = 53.52%
B = 0.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#768901 (or 0x768901) is known color: Olive. HEX triplet: 76, 89 and 01. RGB value is (118,137,1). Sum of RGB (Red+Green+Blue) = 118+137+1=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #768901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768901 is #8976FE. Grayscale: #747474. Windows color (decimal): -9008895 or 100726. OLE color: 100726.

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

Color convert

RGB 118 137 1 -
CMYK 0.14 0 0.99 0.46
HSL 68.38º 0.99% 0.27% -
HSV(B) 68.38º 0.99% 0.54% -
XYZ 16.42 21.75 3.36 -
YUV 115.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 118 137 1 0.14 0 0.99 0.46 68.38 0.99 0.27
Hex 76 89 1 E 0 63 2E 44 63 1B
Octal 166 211 1 16 0 143 56 104 143 33
Binary 1110110 10001001 1 1110 0 1100011 101110 1000100 1100011 11011

Color Harmonies of #768901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768901

Black with #768901

Text Example


Text Example

White with #768901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768901; }

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

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

background-color css

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

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

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

border-color css

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

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

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