Html Css Color HEX #78741C Olivetone

📋 copy color: '#78741C'

red 120 ◦ green 116 ◦ blue 28

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

Shades of Olivetone #78741C

Tints of Olivetone #78741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 45.45%
G = 43.94%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78741C (or 0x78741C) is known color: Olivetone. HEX triplet: 78, 74 and 1C. RGB value is (120,116,28). Sum of RGB (Red+Green+Blue) = 120+116+28=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78741C is #878BE3. Grayscale: #6B6B6B. Windows color (decimal): -8883172 or 1864824. OLE color: 1864824.

HSL color Cylindrical-coordinate representation of color #78741C: hue angle of 57.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78741C is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 28 -
CMYK 0 0.03 0.77 0.53
HSL 57.39º 0.62% 0.29% -
HSV(B) 57.39º 0.77% 0.47% -
XYZ 14.2 16.57 3.55 -
YUV 107.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 120 116 28 0 0.03 0.77 0.53 57.39 0.62 0.29
Hex 78 74 1C 0 3 4D 35 39 3E 1D
Octal 170 164 34 0 3 115 65 71 76 35
Binary 1111000 1110100 11100 0 11 1001101 110101 111001 111110 11101

Color Harmonies of #78741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78741C

Black with #78741C

Text Example


Text Example

White with #78741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78741C; }

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

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

background-color css

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

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

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

border-color css

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

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

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