Html Css Color HEX #768002 Olive

📋 copy color: '#768002'

red 118 ◦ green 128 ◦ blue 2

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

Shades of Olive #768002

Tints of Olive #768002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 47.58%
G = 51.61%
B = 0.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#768002 (or 0x768002) is known color: Olive. HEX triplet: 76, 80 and 02. RGB value is (118,128,2). Sum of RGB (Red+Green+Blue) = 118+128+2=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #768002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768002 is #897FFD. Grayscale: #6F6F6F. Windows color (decimal): -9011198 or 163958. OLE color: 163958.

HSL color Cylindrical-coordinate representation of color #768002: hue angle of 64.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #768002 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 2 -
CMYK 0.08 0 0.98 0.50
HSL 64.76º 0.97% 0.25% -
HSV(B) 64.76º 0.98% 0.5% -
XYZ 15.2 19.29 2.98 -
YUV 110.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 118 128 2 0.08 0 0.98 0.50 64.76 0.97 0.25
Hex 76 80 2 8 0 62 32 41 61 19
Octal 166 200 2 10 0 142 62 101 141 31
Binary 1110110 10000000 10 1000 0 1100010 110010 1000001 1100001 11001

Color Harmonies of #768002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768002

Black with #768002

Text Example


Text Example

White with #768002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768002; }

 p { color: rgb(118,128,2); }

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

background-color css

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

 a { background-color: rgb(118,128,2); }

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

border-color css

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

 span { border-color: rgb(118,128,2); }

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