#06751A

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

Shades of Green #06751A

Tints of Green #06751A

Color information

#06751A (or 0x06751A) is unknown color: approx Green. HEX triplet: 06, 75 and 1A. RGB value is (6,117,26). Sum of RGB (Red+Green+Blue) = 6+117+26=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #06751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06751A is #F98AE5. Grayscale: #494949. Windows color (decimal): -16354022 or 1733894. OLE color: 1733894.

HSL color Cylindrical-coordinate representation of color #06751A: hue angle of 130.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06751A is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB611726-
CMYK0.9500.780.54
HSL130.81º90.24%24.12%-
HSV(B)130.81º94.87%45.88%-
XYZ6.6212.843.11-
YUV73.44101.2379.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 117 (46.09% from 255) = 78.52%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=4.03%
G=78.52%
B=17.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117260.9500.780.54130.8190.2424.12
Hex6751A5F04E36835a18
Octal61653213701166620313230
Binary11011101011101010111110100111011011010000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06751A; }

 p { color: rgb(6,117,26); }

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

<style>
 a { background-color: #06751A; }

 a { background-color: rgb(6,117,26); }

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

<style>
 span { border-color: #06751A; }

 span { border-color: rgb(6,117,26); }

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