Html Css Color HEX #065F11 Green

📋 copy color: '#065F11'

red 6 ◦ green 95 ◦ blue 17

#065F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #065F11

Tints of Green #065F11

RGB

 RED value IS 6 (2.73% from 255) = 5.08%

 GREEN value IS 95 (37.5% from 255) = 80.51%

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 5.08%
G = 80.51%
B = 14.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#065F11 (or 0x065F11) is known color: Green. HEX triplet: 06, 5F and 11. RGB value is (6,95,17). Sum of RGB (Red+Green+Blue) = 6+95+17=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 95 (37.5% from 255 or 80.51% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 95 - color contains mainly: green. Hex color #065F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065F11 is #F9A0EE. Grayscale: #3B3B3B. Windows color (decimal): -16359663 or 1138438. OLE color: 1138438.

HSL color Cylindrical-coordinate representation of color #065F11: hue angle of 127.42º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F11 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 95 17 -
CMYK 0.94 0 0.82 0.63
HSL 127.42º 0.88% 0.2% -
HSV(B) 127.42º 0.94% 0.37% -
XYZ 4.27 8.26 1.9 -
YUV 59.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 6 95 17 0.94 0 0.82 0.63 127.42 0.88 0.2
Hex 6 5F 11 5E 0 52 3F 7F 58 14
Octal 6 137 21 136 0 122 77 177 130 24
Binary 110 1011111 10001 1011110 0 1010010 111111 1111111 1011000 10100

Color Harmonies of #065F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F11

Black with #065F11

Text Example


Text Example

White with #065F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,17); }

 H1.HeaderClassName
 {
   color: #065F11;
 }
 .AnyTagClassName
 {
   color: #065F11;
 }
</style>

background-color css

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

 a { background-color: rgb(6,95,17); }

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

border-color css

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

 span { border-color: rgb(6,95,17); }

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