Html Css Color HEX #78A31B Lima

📋 copy color: '#78A31B'

red 120 ◦ green 163 ◦ blue 27

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

Shades of Lima #78A31B

Tints of Lima #78A31B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.58%

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

R = 38.71%
G = 52.58%
B = 8.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#78A31B (or 0x78A31B) is known color: Lima. HEX triplet: 78, A3 and 1B. RGB value is (120,163,27). Sum of RGB (Red+Green+Blue) = 120+163+27=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #78A31B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A31B is #875CE4. Grayscale: #878787. Windows color (decimal): -8871141 or 1811320. OLE color: 1811320.

HSL color Cylindrical-coordinate representation of color #78A31B: hue angle of 78.97º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78A31B is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 163 27 -
CMYK 0.26 0 0.83 0.36
HSL 78.97º 0.72% 0.37% -
HSV(B) 78.97º 0.83% 0.64% -
XYZ 21.04 30.27 5.77 -
YUV 134.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 120 163 27 0.26 0 0.83 0.36 78.97 0.72 0.37
Hex 78 A3 1B 1A 0 53 24 4F 48 25
Octal 170 243 33 32 0 123 44 117 110 45
Binary 1111000 10100011 11011 11010 0 1010011 100100 1001111 1001000 100101

Color Harmonies of #78A31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A31B

Black with #78A31B

Text Example


Text Example

White with #78A31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A31B; }

 p { color: rgb(120,163,27); }

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

background-color css

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

 a { background-color: rgb(120,163,27); }

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

border-color css

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

 span { border-color: rgb(120,163,27); }

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