Html Css Color HEX #768501 Olive

📋 copy color: '#768501'

red 118 ◦ green 133 ◦ blue 1

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

Shades of Olive #768501

Tints of Olive #768501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 46.83%
G = 52.78%
B = 0.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#768501 (or 0x768501) is known color: Olive. HEX triplet: 76, 85 and 01. RGB value is (118,133,1). Sum of RGB (Red+Green+Blue) = 118+133+1=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #768501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768501 is #897AFE. Grayscale: #717171. Windows color (decimal): -9009919 or 99702. OLE color: 99702.

HSL color Cylindrical-coordinate representation of color #768501: hue angle of 66.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768501 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 1 -
CMYK 0.11 0 0.99 0.48
HSL 66.82º 0.99% 0.26% -
HSV(B) 66.82º 0.99% 0.52% -
XYZ 15.86 20.63 3.17 -
YUV 113.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 118 133 1 0.11 0 0.99 0.48 66.82 0.99 0.26
Hex 76 85 1 B 0 63 30 43 63 1A
Octal 166 205 1 13 0 143 60 103 143 32
Binary 1110110 10000101 1 1011 0 1100011 110000 1000011 1100011 11010

Color Harmonies of #768501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768501

Black with #768501

Text Example


Text Example

White with #768501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768501; }

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

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

background-color css

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

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

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

border-color css

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

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

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