Html Css Color HEX #87A70C Citron

📋 copy color: '#87A70C'

red 135 ◦ green 167 ◦ blue 12

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

Shades of Citron #87A70C

Tints of Citron #87A70C

RGB

 RED value IS 135 (53.13% from 255) = 42.99%

 GREEN value IS 167 (65.63% from 255) = 53.18%

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 42.99%
G = 53.18%
B = 3.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#87A70C (or 0x87A70C) is known color: Citron. HEX triplet: 87, A7 and 0C. RGB value is (135,167,12). Sum of RGB (Red+Green+Blue) = 135+167+12=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #87A70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A70C is #7858F3. Grayscale: #8C8C8C. Windows color (decimal): -7887092 or 829319. OLE color: 829319.

HSL color Cylindrical-coordinate representation of color #87A70C: hue angle of 72.39º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87A70C is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 167 12 -
CMYK 0.19 0 0.93 0.35
HSL 72.39º 0.87% 0.35% -
HSV(B) 72.39º 0.93% 0.65% -
XYZ 23.88 32.81 5.42 -
YUV 139.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 135 167 12 0.19 0 0.93 0.35 72.39 0.87 0.35
Hex 87 A7 C 13 0 5D 23 48 57 23
Octal 207 247 14 23 0 135 43 110 127 43
Binary 10000111 10100111 1100 10011 0 1011101 100011 1001000 1010111 100011

Color Harmonies of #87A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A70C

Black with #87A70C

Text Example


Text Example

White with #87A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A70C; }

 p { color: rgb(135,167,12); }

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

background-color css

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

 a { background-color: rgb(135,167,12); }

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

border-color css

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

 span { border-color: rgb(135,167,12); }

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