Html Css Color HEX #74810F Olive

📋 copy color: '#74810F'

red 116 ◦ green 129 ◦ blue 15

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

Shades of Olive #74810F

Tints of Olive #74810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.62%

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

R = 44.62%
G = 49.62%
B = 5.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#74810F (or 0x74810F) is known color: Olive. HEX triplet: 74, 81 and 0F. RGB value is (116,129,15). Sum of RGB (Red+Green+Blue) = 116+129+15=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #74810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74810F is #8B7EF0. Grayscale: #707070. Windows color (decimal): -9142001 or 1016180. OLE color: 1016180.

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

Color convert

RGB 116 129 15 -
CMYK 0.10 0 0.88 0.49
HSL 66.84º 0.79% 0.28% -
HSV(B) 66.84º 0.88% 0.51% -
XYZ 15.14 19.45 3.41 -
YUV 112.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 116 129 15 0.10 0 0.88 0.49 66.84 0.79 0.28
Hex 74 81 F A 0 58 31 43 4F 1C
Octal 164 201 17 12 0 130 61 103 117 34
Binary 1110100 10000001 1111 1010 0 1011000 110001 1000011 1001111 11100

Color Harmonies of #74810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74810F

Black with #74810F

Text Example


Text Example

White with #74810F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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