Html Css Color HEX #065B3C Fun Green

📋 copy color: '#065B3C'

red 6 ◦ green 91 ◦ blue 60

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

Shades of Fun Green #065B3C

Tints of Fun Green #065B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 57.96%

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

R = 3.82%
G = 57.96%
B = 38.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#065B3C (or 0x065B3C) is known color: Fun Green. HEX triplet: 06, 5B and 3C. RGB value is (6,91,60). Sum of RGB (Red+Green+Blue) = 6+91+60=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #065B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B3C is #F9A4C3. Grayscale: #3E3E3E. Windows color (decimal): -16360644 or 3955462. OLE color: 3955462.

HSL color Cylindrical-coordinate representation of color #065B3C: hue angle of 158.12º 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 #065B3C is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 91 60 -
CMYK 0.93 0 0.34 0.64
HSL 158.12º 0.88% 0.19% -
HSV(B) 158.12º 0.93% 0.36% -
XYZ 4.63 7.85 5.55 -
YUV 62.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 6 91 60 0.93 0 0.34 0.64 158.12 0.88 0.19
Hex 6 5B 3C 5D 0 22 40 9E 58 13
Octal 6 133 74 135 0 42 100 236 130 23
Binary 110 1011011 111100 1011101 0 100010 1000000 10011110 1011000 10011

Color Harmonies of #065B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B3C

Black with #065B3C

Text Example


Text Example

White with #065B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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