Html Css Color HEX #74701A Olivetone

📋 copy color: '#74701A'

red 116 ◦ green 112 ◦ blue 26

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

Shades of Olivetone #74701A

Tints of Olivetone #74701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 45.67%
G = 44.09%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74701A (or 0x74701A) is known color: Olivetone. HEX triplet: 74, 70 and 1A. RGB value is (116,112,26). Sum of RGB (Red+Green+Blue) = 116+112+26=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #74701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74701A is #8B8FE5. Grayscale: #676767. Windows color (decimal): -9146342 or 1732724. OLE color: 1732724.

HSL color Cylindrical-coordinate representation of color #74701A: hue angle of 57.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74701A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 26 -
CMYK 0 0.03 0.78 0.55
HSL 57.33º 0.63% 0.28% -
HSV(B) 57.33º 0.78% 0.45% -
XYZ 13.18 15.38 3.25 -
YUV 103.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 116 112 26 0 0.03 0.78 0.55 57.33 0.63 0.28
Hex 74 70 1A 0 3 4E 37 39 3F 1C
Octal 164 160 32 0 3 116 67 71 77 34
Binary 1110100 1110000 11010 0 11 1001110 110111 111001 111111 11100

Color Harmonies of #74701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74701A

Black with #74701A

Text Example


Text Example

White with #74701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,112,26); }

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

background-color css

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

 a { background-color: rgb(116,112,26); }

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

border-color css

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

 span { border-color: rgb(116,112,26); }

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