Html Css Color HEX #786018 Yukon Gold

📋 copy color: '#786018'

red 120 ◦ green 96 ◦ blue 24

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

Shades of Yukon Gold #786018

Tints of Yukon Gold #786018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 24 (9.77% from 255) = 10%

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#786018 (or 0x786018) is known color: Yukon Gold. HEX triplet: 78, 60 and 18. RGB value is (120,96,24). Sum of RGB (Red+Green+Blue) = 120+96+24=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #786018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786018 is #879FE7. Grayscale: #5F5F5F. Windows color (decimal): -8888296 or 1597560. OLE color: 1597560.

HSL color Cylindrical-coordinate representation of color #786018: hue angle of 45º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #786018 is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 24 -
CMYK 0 0.2 0.8 0.53
HSL 45º 0.67% 0.28% -
HSV(B) 45º 0.8% 0.47% -
XYZ 12.09 12.42 2.62 -
YUV 94.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 120 96 24 0 0.2 0.8 0.53 45 0.67 0.28
Hex 78 60 18 0 14 50 35 2D 43 1C
Octal 170 140 30 0 24 120 65 55 103 34
Binary 1111000 1100000 11000 0 10100 1010000 110101 101101 1000011 11100

Color Harmonies of #786018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786018

Black with #786018

Text Example


Text Example

White with #786018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786018; }

 p { color: rgb(120,96,24); }

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

background-color css

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

 a { background-color: rgb(120,96,24); }

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

border-color css

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

 span { border-color: rgb(120,96,24); }

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