Html Css Color HEX #1B770A Green

📋 copy color: '#1B770A'

red 27 ◦ green 119 ◦ blue 10

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

Shades of Green #1B770A

Tints of Green #1B770A

RGB

 RED value IS 27 (10.94% from 255) = 17.31%

 GREEN value IS 119 (46.88% from 255) = 76.28%

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 17.31%
G = 76.28%
B = 6.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#1B770A (or 0x1B770A) is known color: Green. HEX triplet: 1B, 77 and 0A. RGB value is (27,119,10). Sum of RGB (Red+Green+Blue) = 27+119+10=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 119 (46.88% from 255 or 76.28% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 119 - color contains mainly: green. Hex color #1B770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B770A is #E488F5. Grayscale: #4F4F4F. Windows color (decimal): -14977270 or 685851. OLE color: 685851.

HSL color Cylindrical-coordinate representation of color #1B770A: hue angle of 110.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B770A is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 119 10 -
CMYK 0.77 0 0.92 0.53
HSL 110.64º 0.84% 0.25% -
HSV(B) 110.64º 0.92% 0.47% -
XYZ 7.1 13.45 2.51 -
YUV 79.07 89.02 90.86 -
System Red Green Blue C M Y K H S L
Decimal 27 119 10 0.77 0 0.92 0.53 110.64 0.84 0.25
Hex 1B 77 A 4D 0 5C 35 6F 54 19
Octal 33 167 12 115 0 134 65 157 124 31
Binary 11011 1110111 1010 1001101 0 1011100 110101 1101111 1010100 11001

Color Harmonies of #1B770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B770A

Black with #1B770A

Text Example


Text Example

White with #1B770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B770A; }

 p { color: rgb(27,119,10); }

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

background-color css

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

 a { background-color: rgb(27,119,10); }

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

border-color css

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

 span { border-color: rgb(27,119,10); }

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