Html Css Color HEX #74800F Olive

📋 copy color: '#74800F'

red 116 ◦ green 128 ◦ blue 15

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

Shades of Olive #74800F

Tints of Olive #74800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 44.79%
G = 49.42%
B = 5.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#74800F (or 0x74800F) is known color: Olive. HEX triplet: 74, 80 and 0F. RGB value is (116,128,15). Sum of RGB (Red+Green+Blue) = 116+128+15=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #74800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74800F is #8B7FF0. Grayscale: #6F6F6F. Windows color (decimal): -9142257 or 1015924. OLE color: 1015924.

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

Color convert

RGB 116 128 15 -
CMYK 0.09 0 0.88 0.50
HSL 66.37º 0.79% 0.28% -
HSV(B) 66.37º 0.88% 0.5% -
XYZ 15.01 19.19 3.36 -
YUV 111.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 116 128 15 0.09 0 0.88 0.50 66.37 0.79 0.28
Hex 74 80 F 9 0 58 32 42 4F 1C
Octal 164 200 17 11 0 130 62 102 117 34
Binary 1110100 10000000 1111 1001 0 1011000 110010 1000010 1001111 11100

Color Harmonies of #74800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74800F

Black with #74800F

Text Example


Text Example

White with #74800F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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