Html Css Color HEX #8F761B Corn Harvest

📋 copy color: '#8F761B'

red 143 ◦ green 118 ◦ blue 27

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

Shades of Corn Harvest #8F761B

Tints of Corn Harvest #8F761B

RGB

 RED value IS 143 (56.25% from 255) = 49.65%

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 49.65%
G = 40.97%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8F761B (or 0x8F761B) is known color: Corn Harvest. HEX triplet: 8F, 76 and 1B. RGB value is (143,118,27). Sum of RGB (Red+Green+Blue) = 143+118+27=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F761B is #7089E4. Grayscale: #737373. Windows color (decimal): -7375333 or 1799823. OLE color: 1799823.

HSL color Cylindrical-coordinate representation of color #8F761B: hue angle of 47.07º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F761B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 118 27 -
CMYK 0 0.17 0.81 0.44
HSL 47.07º 0.68% 0.33% -
HSV(B) 47.07º 0.81% 0.56% -
XYZ 18 18.88 3.73 -
YUV 115.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 143 118 27 0 0.17 0.81 0.44 47.07 0.68 0.33
Hex 8F 76 1B 0 11 51 2C 2F 44 21
Octal 217 166 33 0 21 121 54 57 104 41
Binary 10001111 1110110 11011 0 10001 1010001 101100 101111 1000100 100001

Color Harmonies of #8F761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F761B

Black with #8F761B

Text Example


Text Example

White with #8F761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,118,27); }

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

background-color css

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

 a { background-color: rgb(143,118,27); }

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

border-color css

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

 span { border-color: rgb(143,118,27); }

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