Html Css Color HEX #8B761E Yukon Gold

📋 copy color: '#8B761E'

red 139 ◦ green 118 ◦ blue 30

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

Shades of Yukon Gold #8B761E

Tints of Yukon Gold #8B761E

RGB

 RED value IS 139 (54.69% from 255) = 48.43%

 GREEN value IS 118 (46.48% from 255) = 41.11%

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 48.43%
G = 41.11%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B761E (or 0x8B761E) is known color: Yukon Gold. HEX triplet: 8B, 76 and 1E. RGB value is (139,118,30). Sum of RGB (Red+Green+Blue) = 139+118+30=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B761E is #7489E1. Grayscale: #727272. Windows color (decimal): -7637474 or 1996427. OLE color: 1996427.

HSL color Cylindrical-coordinate representation of color #8B761E: hue angle of 48.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B761E is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 118 30 -
CMYK 0 0.15 0.78 0.45
HSL 48.44º 0.64% 0.33% -
HSV(B) 48.44º 0.78% 0.55% -
XYZ 17.36 18.54 3.89 -
YUV 114.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 139 118 30 0 0.15 0.78 0.45 48.44 0.64 0.33
Hex 8B 76 1E 0 F 4E 2D 30 40 21
Octal 213 166 36 0 17 116 55 60 100 41
Binary 10001011 1110110 11110 0 1111 1001110 101101 110000 1000000 100001

Color Harmonies of #8B761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B761E

Black with #8B761E

Text Example


Text Example

White with #8B761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B761E; }

 p { color: rgb(139,118,30); }

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

background-color css

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

 a { background-color: rgb(139,118,30); }

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

border-color css

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

 span { border-color: rgb(139,118,30); }

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