Html Css Color HEX #74800A Olive

📋 copy color: '#74800A'

red 116 ◦ green 128 ◦ blue 10

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

Shades of Olive #74800A

Tints of Olive #74800A

RGB

 RED value IS 116 (45.7% from 255) = 45.67%

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

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

R = 45.67%
G = 50.39%
B = 3.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#74800A (or 0x74800A) is known color: Olive. HEX triplet: 74, 80 and 0A. RGB value is (116,128,10). Sum of RGB (Red+Green+Blue) = 116+128+10=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #74800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74800A is #8B7FF5. Grayscale: #6F6F6F. Windows color (decimal): -9142262 or 688244. OLE color: 688244.

HSL color Cylindrical-coordinate representation of color #74800A: hue angle of 66.1º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74800A is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 10 -
CMYK 0.09 0 0.92 0.50
HSL 66.1º 0.86% 0.27% -
HSV(B) 66.1º 0.92% 0.5% -
XYZ 14.98 19.17 3.2 -
YUV 110.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 116 128 10 0.09 0 0.92 0.50 66.1 0.86 0.27
Hex 74 80 A 9 0 5C 32 42 56 1B
Octal 164 200 12 11 0 134 62 102 126 33
Binary 1110100 10000000 1010 1001 0 1011100 110010 1000010 1010110 11011

Color Harmonies of #74800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74800A

Black with #74800A

Text Example


Text Example

White with #74800A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,128,10); }

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

background-color css

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

 a { background-color: rgb(116,128,10); }

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

border-color css

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

 span { border-color: rgb(116,128,10); }

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