Html Css Color HEX #74780D Olive

📋 copy color: '#74780D'

red 116 ◦ green 120 ◦ blue 13

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

Shades of Olive #74780D

Tints of Olive #74780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.19%

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

R = 46.59%
G = 48.19%
B = 5.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#74780D (or 0x74780D) is known color: Olive. HEX triplet: 74, 78 and 0D. RGB value is (116,120,13). Sum of RGB (Red+Green+Blue) = 116+120+13=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #74780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74780D is #8B87F2. Grayscale: #6B6B6B. Windows color (decimal): -9144307 or 882804. OLE color: 882804.

HSL color Cylindrical-coordinate representation of color #74780D: hue angle of 62.24º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74780D is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 13 -
CMYK 0.03 0 0.89 0.53
HSL 62.24º 0.8% 0.26% -
HSV(B) 62.24º 0.89% 0.47% -
XYZ 13.99 17.18 2.96 -
YUV 106.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 116 120 13 0.03 0 0.89 0.53 62.24 0.8 0.26
Hex 74 78 D 3 0 59 35 3E 50 1A
Octal 164 170 15 3 0 131 65 76 120 32
Binary 1110100 1111000 1101 11 0 1011001 110101 111110 1010000 11010

Color Harmonies of #74780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74780D

Black with #74780D

Text Example


Text Example

White with #74780D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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