Html Css Color HEX #065A3A Fun Green

📋 copy color: '#065A3A'

red 6 ◦ green 90 ◦ blue 58

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

Shades of Fun Green #065A3A

Tints of Fun Green #065A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.44%

 BLUE value IS 58 (23.05% from 255) = 37.66%

R = 3.9%
G = 58.44%
B = 37.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#065A3A (or 0x065A3A) is known color: Fun Green. HEX triplet: 06, 5A and 3A. RGB value is (6,90,58). Sum of RGB (Red+Green+Blue) = 6+90+58=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #065A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A3A is #F9A5C5. Grayscale: #3D3D3D. Windows color (decimal): -16360902 or 3824134. OLE color: 3824134.

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

Color convert

RGB 6 90 58 -
CMYK 0.93 0 0.36 0.65
HSL 157.14º 0.88% 0.19% -
HSV(B) 157.14º 0.93% 0.35% -
XYZ 4.49 7.66 5.24 -
YUV 61.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 6 90 58 0.93 0 0.36 0.65 157.14 0.88 0.19
Hex 6 5A 3A 5D 0 24 41 9D 58 13
Octal 6 132 72 135 0 44 101 235 130 23
Binary 110 1011010 111010 1011101 0 100100 1000001 10011101 1011000 10011

Color Harmonies of #065A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A3A

Black with #065A3A

Text Example


Text Example

White with #065A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,58); }

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

background-color css

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

 a { background-color: rgb(6,90,58); }

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

border-color css

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

 span { border-color: rgb(6,90,58); }

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