Html Css Color HEX #065F10 Green

📋 copy color: '#065F10'

red 6 ◦ green 95 ◦ blue 16

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

Shades of Green #065F10

Tints of Green #065F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 5.13%
G = 81.2%
B = 13.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.63

RGB Variations

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

Color information

#065F10 (or 0x065F10) is known color: Green. HEX triplet: 06, 5F and 10. RGB value is (6,95,16). Sum of RGB (Red+Green+Blue) = 6+95+16=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 95 (37.5% from 255 or 81.20% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 95 - color contains mainly: green. Hex color #065F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065F10 is #F9A0EF. Grayscale: #3B3B3B. Windows color (decimal): -16359664 or 1072902. OLE color: 1072902.

HSL color Cylindrical-coordinate representation of color #065F10: hue angle of 126.74º 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 #065F10 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 95 16 -
CMYK 0.94 0 0.83 0.63
HSL 126.74º 0.88% 0.2% -
HSV(B) 126.74º 0.94% 0.37% -
XYZ 4.26 8.26 1.86 -
YUV 59.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 6 95 16 0.94 0 0.83 0.63 126.74 0.88 0.2
Hex 6 5F 10 5E 0 53 3F 7F 58 14
Octal 6 137 20 136 0 123 77 177 130 24
Binary 110 1011111 10000 1011110 0 1010011 111111 1111111 1011000 10100

Color Harmonies of #065F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F10

Black with #065F10

Text Example


Text Example

White with #065F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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