#065C0B

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

Shades of Green #065C0B

Tints of Green #065C0B

Color information

#065C0B (or 0x065C0B) is unknown color: approx Green. HEX triplet: 06, 5C and 0B. RGB value is (6,92,11). Sum of RGB (Red+Green+Blue) = 6+92+11=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 92 (36.33% from 255 or 84.40% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 92 - color contains mainly: green. Hex color #065C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C0B is #F9A3F4. Grayscale: #393939. Windows color (decimal): -16360437 or 744454. OLE color: 744454.

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

Color convert

RGB69211-
CMYK0.9300.880.64
HSL123.49º87.76%19.22%-
HSV(B)123.49º93.48%36.08%-
XYZ3.967.721.6-
YUV57.05102.0191.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 92 (36.33% from 255) = 84.40%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=5.50%
G=84.40%
B=10.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal692110.9300.880.64123.4987.7619.22
Hex65CB5D058407b5813
Octal613413135013010017313023
Binary1101011100101110111010101100010000001111011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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