Html Css Color HEX #065F3C Fun Green

📋 copy color: '#065F3C'

red 6 ◦ green 95 ◦ blue 60

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

Shades of Fun Green #065F3C

Tints of Fun Green #065F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 3.73%
G = 59.01%
B = 37.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#065F3C (or 0x065F3C) is known color: Fun Green. HEX triplet: 06, 5F and 3C. RGB value is (6,95,60). Sum of RGB (Red+Green+Blue) = 6+95+60=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #065F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065F3C is #F9A0C3. Grayscale: #404040. Windows color (decimal): -16359620 or 3956486. OLE color: 3956486.

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

Color convert

RGB 6 95 60 -
CMYK 0.94 0 0.37 0.63
HSL 156.4º 0.88% 0.2% -
HSV(B) 156.4º 0.94% 0.37% -
XYZ 4.98 8.55 5.66 -
YUV 64.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 6 95 60 0.94 0 0.37 0.63 156.4 0.88 0.2
Hex 6 5F 3C 5E 0 25 3F 9C 58 14
Octal 6 137 74 136 0 45 77 234 130 24
Binary 110 1011111 111100 1011110 0 100101 111111 10011100 1011000 10100

Color Harmonies of #065F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F3C

Black with #065F3C

Text Example


Text Example

White with #065F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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