Html Css Color HEX #77930A Olive

📋 copy color: '#77930A'

red 119 ◦ green 147 ◦ blue 10

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

Shades of Olive #77930A

Tints of Olive #77930A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.26%

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 43.12%
G = 53.26%
B = 3.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#77930A (or 0x77930A) is known color: Olive. HEX triplet: 77, 93 and 0A. RGB value is (119,147,10). Sum of RGB (Red+Green+Blue) = 119+147+10=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #77930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77930A is #886CF5. Grayscale: #7B7B7B. Windows color (decimal): -8940790 or 693111. OLE color: 693111.

HSL color Cylindrical-coordinate representation of color #77930A: hue angle of 72.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77930A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 10 -
CMYK 0.19 0 0.93 0.42
HSL 72.26º 0.87% 0.31% -
HSV(B) 72.26º 0.93% 0.58% -
XYZ 18.1 24.81 4.12 -
YUV 123.01 64.22 125.14 -
System Red Green Blue C M Y K H S L
Decimal 119 147 10 0.19 0 0.93 0.42 72.26 0.87 0.31
Hex 77 93 A 13 0 5D 2A 48 57 1F
Octal 167 223 12 23 0 135 52 110 127 37
Binary 1110111 10010011 1010 10011 0 1011101 101010 1001000 1010111 11111

Color Harmonies of #77930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77930A

Black with #77930A

Text Example


Text Example

White with #77930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77930A; }

 p { color: rgb(119,147,10); }

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

background-color css

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

 a { background-color: rgb(119,147,10); }

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

border-color css

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

 span { border-color: rgb(119,147,10); }

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