Html Css Color HEX #789413 Olive Drab

📋 copy color: '#789413'

red 120 ◦ green 148 ◦ blue 19

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

Shades of Olive Drab #789413

Tints of Olive Drab #789413

RGB

 RED value IS 120 (47.27% from 255) = 41.81%

 GREEN value IS 148 (58.2% from 255) = 51.57%

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 41.81%
G = 51.57%
B = 6.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#789413 (or 0x789413) is known color: Olive Drab. HEX triplet: 78, 94 and 13. RGB value is (120,148,19). Sum of RGB (Red+Green+Blue) = 120+148+19=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #789413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789413 is #876BEC. Grayscale: #7D7D7D. Windows color (decimal): -8874989 or 1283192. OLE color: 1283192.

HSL color Cylindrical-coordinate representation of color #789413: hue angle of 73.02º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #789413 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 19 -
CMYK 0.19 0 0.87 0.42
HSL 73.02º 0.77% 0.33% -
HSV(B) 73.02º 0.87% 0.58% -
XYZ 18.45 25.22 4.51 -
YUV 124.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 120 148 19 0.19 0 0.87 0.42 73.02 0.77 0.33
Hex 78 94 13 13 0 57 2A 49 4D 21
Octal 170 224 23 23 0 127 52 111 115 41
Binary 1111000 10010100 10011 10011 0 1010111 101010 1001001 1001101 100001

Color Harmonies of #789413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789413

Black with #789413

Text Example


Text Example

White with #789413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789413; }

 p { color: rgb(120,148,19); }

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

background-color css

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

 a { background-color: rgb(120,148,19); }

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

border-color css

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

 span { border-color: rgb(120,148,19); }

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