Html Css Color HEX #077B1B Green

📋 copy color: '#077B1B'

red 7 ◦ green 123 ◦ blue 27

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

Shades of Green #077B1B

Tints of Green #077B1B

RGB

 RED value IS 7 (3.13% from 255) = 4.46%

 GREEN value IS 123 (48.44% from 255) = 78.34%

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

R = 4.46%
G = 78.34%
B = 17.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#077B1B (or 0x077B1B) is known color: Green. HEX triplet: 07, 7B and 1B. RGB value is (7,123,27). Sum of RGB (Red+Green+Blue) = 7+123+27=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 123 (48.44% from 255 or 78.34% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 123 - color contains mainly: green. Hex color #077B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077B1B is #F884E4. Grayscale: #4D4D4D. Windows color (decimal): -16286949 or 1800967. OLE color: 1800967.

HSL color Cylindrical-coordinate representation of color #077B1B: hue angle of 130.34º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B1B is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 123 27 -
CMYK 0.94 0 0.78 0.52
HSL 130.34º 0.89% 0.25% -
HSV(B) 130.34º 0.94% 0.48% -
XYZ 7.37 14.29 3.41 -
YUV 77.37 99.57 77.81 -
System Red Green Blue C M Y K H S L
Decimal 7 123 27 0.94 0 0.78 0.52 130.34 0.89 0.25
Hex 7 7B 1B 5E 0 4E 34 82 59 19
Octal 7 173 33 136 0 116 64 202 131 31
Binary 111 1111011 11011 1011110 0 1001110 110100 10000010 1011001 11001

Color Harmonies of #077B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077B1B

Black with #077B1B

Text Example


Text Example

White with #077B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077B1B; }

 p { color: rgb(7,123,27); }

 H1.HeaderClassName
 {
   color: #077B1B;
 }
 .AnyTagClassName
 {
   color: #077B1B;
 }
</style>

background-color css

<style>
 a { background-color: #077B1B; }

 a { background-color: rgb(7,123,27); }

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

border-color css

<style>
 span { border-color: #077B1B; }

 span { border-color: rgb(7,123,27); }

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