Html Css Color HEX #74850A Olive

📋 copy color: '#74850A'

red 116 ◦ green 133 ◦ blue 10

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

Shades of Olive #74850A

Tints of Olive #74850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

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

R = 44.79%
G = 51.35%
B = 3.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#74850A (or 0x74850A) is known color: Olive. HEX triplet: 74, 85 and 0A. RGB value is (116,133,10). Sum of RGB (Red+Green+Blue) = 116+133+10=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #74850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74850A is #8B7AF5. Grayscale: #727272. Windows color (decimal): -9140982 or 689524. OLE color: 689524.

HSL color Cylindrical-coordinate representation of color #74850A: hue angle of 68.29º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74850A is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 10 -
CMYK 0.13 0 0.92 0.48
HSL 68.29º 0.86% 0.28% -
HSV(B) 68.29º 0.92% 0.52% -
XYZ 15.64 20.51 3.42 -
YUV 113.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 116 133 10 0.13 0 0.92 0.48 68.29 0.86 0.28
Hex 74 85 A D 0 5C 30 44 56 1C
Octal 164 205 12 15 0 134 60 104 126 34
Binary 1110100 10000101 1010 1101 0 1011100 110000 1000100 1010110 11100

Color Harmonies of #74850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74850A

Black with #74850A

Text Example


Text Example

White with #74850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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