#06750B

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

Shades of Green #06750B

Tints of Green #06750B

Color information

#06750B (or 0x06750B) is unknown color: approx Green. HEX triplet: 06, 75 and 0B. RGB value is (6,117,11). Sum of RGB (Red+Green+Blue) = 6+117+11=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 117 (46.09% from 255 or 87.31% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 117 - color contains mainly: green. Hex color #06750B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06750B is #F98AF4. Grayscale: #484848. Windows color (decimal): -16354037 or 750854. OLE color: 750854.

HSL color Cylindrical-coordinate representation of color #06750B: hue angle of 122.7º 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 #06750B is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB611711-
CMYK0.9500.910.54
HSL122.7º90.24%24.12%-
HSV(B)122.7º94.87%45.88%-
XYZ6.512.792.44-
YUV71.7393.7381.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 117 (46.09% from 255) = 87.31%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=4.48%
G=87.31%
B=8.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117110.9500.910.54122.790.2424.12
Hex675B5F05B367b5a18
Octal61651313701336617313230
Binary110111010110111011111010110111101101111011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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