Html Css Color HEX #74800C Olive

📋 copy color: '#74800C'

red 116 ◦ green 128 ◦ blue 12

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

Shades of Olive #74800C

Tints of Olive #74800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 45.31%
G = 50%
B = 4.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#74800C (or 0x74800C) is known color: Olive. HEX triplet: 74, 80 and 0C. RGB value is (116,128,12). Sum of RGB (Red+Green+Blue) = 116+128+12=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #74800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74800C is #8B7FF3. Grayscale: #6F6F6F. Windows color (decimal): -9142260 or 819316. OLE color: 819316.

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

Color convert

RGB 116 128 12 -
CMYK 0.09 0 0.91 0.50
HSL 66.21º 0.83% 0.27% -
HSV(B) 66.21º 0.91% 0.5% -
XYZ 14.99 19.18 3.26 -
YUV 111.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 116 128 12 0.09 0 0.91 0.50 66.21 0.83 0.27
Hex 74 80 C 9 0 5B 32 42 53 1B
Octal 164 200 14 11 0 133 62 102 123 33
Binary 1110100 10000000 1100 1001 0 1011011 110010 1000010 1010011 11011

Color Harmonies of #74800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74800C

Black with #74800C

Text Example


Text Example

White with #74800C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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