Html Css Color HEX #778A02 Olive

📋 copy color: '#778A02'

red 119 ◦ green 138 ◦ blue 2

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

Shades of Olive #778A02

Tints of Olive #778A02

RGB

 RED value IS 119 (46.88% from 255) = 45.95%

 GREEN value IS 138 (54.3% from 255) = 53.28%

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

R = 45.95%
G = 53.28%
B = 0.77%

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

#778A02 (or 0x778A02) is known color: Olive. HEX triplet: 77, 8A and 02. RGB value is (119,138,2). Sum of RGB (Red+Green+Blue) = 119+138+2=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #778A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778A02 is #8875FD. Grayscale: #757575. Windows color (decimal): -8943102 or 166519. OLE color: 166519.

HSL color Cylindrical-coordinate representation of color #778A02: hue angle of 68.38º degrees, saturation: 0.97, 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 #778A02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 138 2 -
CMYK 0.14 0 0.99 0.46
HSL 68.38º 0.97% 0.27% -
HSV(B) 68.38º 0.99% 0.54% -
XYZ 16.71 22.1 3.44 -
YUV 116.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 119 138 2 0.14 0 0.99 0.46 68.38 0.97 0.27
Hex 77 8A 2 E 0 63 2E 44 61 1B
Octal 167 212 2 16 0 143 56 104 141 33
Binary 1110111 10001010 10 1110 0 1100011 101110 1000100 1100001 11011

Color Harmonies of #778A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778A02

Black with #778A02

Text Example


Text Example

White with #778A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778A02; }

 p { color: rgb(119,138,2); }

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

background-color css

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

 a { background-color: rgb(119,138,2); }

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

border-color css

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

 span { border-color: rgb(119,138,2); }

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