#065D0B

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

Shades of Green #065D0B

Tints of Green #065D0B

Color information

#065D0B (or 0x065D0B) is unknown color: approx Green. HEX triplet: 06, 5D and 0B. RGB value is (6,93,11). Sum of RGB (Red+Green+Blue) = 6+93+11=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 93 (36.72% from 255 or 84.55% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 93 - color contains mainly: green. Hex color #065D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D0B is #F9A2F4. Grayscale: #393939. Windows color (decimal): -16360181 or 744710. OLE color: 744710.

HSL color Cylindrical-coordinate representation of color #065D0B: hue angle of 123.45º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D0B is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB69311-
CMYK0.9400.880.64
HSL123.45º87.88%19.41%-
HSV(B)123.45º93.55%36.47%-
XYZ4.057.891.63-
YUV57.64101.6891.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 93 (36.72% from 255) = 84.55%
BLUE value IS 11 (4.69% from 255) = 10%
R=5.45%
G=84.55%
B=10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693110.9400.880.64123.4587.8819.41
Hex65DB5E058407b5813
Octal613513136013010017313023
Binary1101011101101110111100101100010000001111011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065D0B; }

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

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

<style>
 a { background-color: #065D0B; }

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

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

<style>
 span { border-color: #065D0B; }

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

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