Html Css Color HEX #768401 Olive

📋 copy color: '#768401'

red 118 ◦ green 132 ◦ blue 1

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

Shades of Olive #768401

Tints of Olive #768401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

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

R = 47.01%
G = 52.59%
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

#768401 (or 0x768401) is known color: Olive. HEX triplet: 76, 84 and 01. RGB value is (118,132,1). Sum of RGB (Red+Green+Blue) = 118+132+1=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #768401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768401 is #897BFE. Grayscale: #717171. Windows color (decimal): -9010175 or 99446. OLE color: 99446.

HSL color Cylindrical-coordinate representation of color #768401: hue angle of 66.41º degrees, saturation: 0.98, 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 #768401 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 1 -
CMYK 0.11 0 0.99 0.48
HSL 66.41º 0.98% 0.26% -
HSV(B) 66.41º 0.99% 0.52% -
XYZ 15.73 20.36 3.13 -
YUV 112.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 118 132 1 0.11 0 0.99 0.48 66.41 0.98 0.26
Hex 76 84 1 B 0 63 30 42 62 1A
Octal 166 204 1 13 0 143 60 102 142 32
Binary 1110110 10000100 1 1011 0 1100011 110000 1000010 1100010 11010

Color Harmonies of #768401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768401

Black with #768401

Text Example


Text Example

White with #768401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768401; }

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

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

background-color css

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

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

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

border-color css

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

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

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