#06741B

Color #06741B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #06741B

Tints of Green #06741B

Color information

#06741B (or 0x06741B) is unknown color: approx Green. HEX triplet: 06, 74 and 1B. RGB value is (6,116,27). Sum of RGB (Red+Green+Blue) = 6+116+27=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 116 (45.70% from 255 or 77.85% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 116 - color contains mainly: green. Hex color #06741B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06741B is #F98BE4. Grayscale: #494949. Windows color (decimal): -16354277 or 1799174. OLE color: 1799174.

HSL color Cylindrical-coordinate representation of color #06741B: hue angle of 131.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06741B is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB611627-
CMYK0.9500.770.55
HSL131.45º90.16%23.92%-
HSV(B)131.45º94.83%45.49%-
XYZ6.5212.613.13-
YUV72.96102.0680.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 116 (45.70% from 255) = 77.85%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=4.03%
G=77.85%
B=18.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6116270.9500.770.55131.4590.1623.92
Hex6741B5F04D37835a18
Octal61643313701156720313230
Binary11011101001101110111110100110111011110000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06741B; }

 p { color: rgb(6,116,27); }

 H1.HeaderClassName
 {
   color: #06741B;
 }
 .AnyTagClassName
 {
   color: #06741B;
 }
</style>
background-color css

<style>
 a { background-color: #06741B; }

 a { background-color: rgb(6,116,27); }

 div.DivClassName
 {
   background-color: #06741B;
 }
 .BgClassName
 {
   background-color: #06741B;
 }
</style>
border-color css

<style>
 span { border-color: #06741B; }

 span { border-color: rgb(6,116,27); }

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