Html Css Color HEX #788402 Olive

📋 copy color: '#788402'

red 120 ◦ green 132 ◦ blue 2

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

Shades of Olive #788402

Tints of Olive #788402

RGB

 RED value IS 120 (47.27% from 255) = 47.24%

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

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

R = 47.24%
G = 51.97%
B = 0.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#788402 (or 0x788402) is known color: Olive. HEX triplet: 78, 84 and 02. RGB value is (120,132,2). Sum of RGB (Red+Green+Blue) = 120+132+2=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #788402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788402 is #877BFD. Grayscale: #727272. Windows color (decimal): -8879102 or 164984. OLE color: 164984.

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

Color convert

RGB 120 132 2 -
CMYK 0.09 0 0.98 0.48
HSL 65.54º 0.97% 0.26% -
HSV(B) 65.54º 0.98% 0.52% -
XYZ 16.01 20.5 3.17 -
YUV 113.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 120 132 2 0.09 0 0.98 0.48 65.54 0.97 0.26
Hex 78 84 2 9 0 62 30 42 61 1A
Octal 170 204 2 11 0 142 60 102 141 32
Binary 1111000 10000100 10 1001 0 1100010 110000 1000010 1100001 11010

Color Harmonies of #788402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788402

Black with #788402

Text Example


Text Example

White with #788402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788402; }

 p { color: rgb(120,132,2); }

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

background-color css

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

 a { background-color: rgb(120,132,2); }

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

border-color css

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

 span { border-color: rgb(120,132,2); }

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