Html Css Color HEX #74750D Olive

📋 copy color: '#74750D'

red 116 ◦ green 117 ◦ blue 13

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

Shades of Olive #74750D

Tints of Olive #74750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.56%

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 47.15%
G = 47.56%
B = 5.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#74750D (or 0x74750D) is known color: Olive. HEX triplet: 74, 75 and 0D. RGB value is (116,117,13). Sum of RGB (Red+Green+Blue) = 116+117+13=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #74750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74750D is #8B8AF2. Grayscale: #696969. Windows color (decimal): -9145075 or 882036. OLE color: 882036.

HSL color Cylindrical-coordinate representation of color #74750D: hue angle of 60.58º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74750D is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 13 -
CMYK 0.01 0 0.89 0.54
HSL 60.58º 0.8% 0.25% -
HSV(B) 60.58º 0.89% 0.46% -
XYZ 13.64 16.46 2.84 -
YUV 104.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 116 117 13 0.01 0 0.89 0.54 60.58 0.8 0.25
Hex 74 75 D 1 0 59 36 3D 50 19
Octal 164 165 15 1 0 131 66 75 120 31
Binary 1110100 1110101 1101 1 0 1011001 110110 111101 1010000 11001

Color Harmonies of #74750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74750D

Black with #74750D

Text Example


Text Example

White with #74750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74750D; }

 p { color: rgb(116,117,13); }

 H1.HeaderClassName
 {
   color: #74750D;
 }
 .AnyTagClassName
 {
   color: #74750D;
 }
</style>

background-color css

<style>
 a { background-color: #74750D; }

 a { background-color: rgb(116,117,13); }

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

border-color css

<style>
 span { border-color: #74750D; }

 span { border-color: rgb(116,117,13); }

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