Html Css Color HEX #075F3C Fun Green

📋 copy color: '#075F3C'

red 7 ◦ green 95 ◦ blue 60

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

Shades of Fun Green #075F3C

Tints of Fun Green #075F3C

RGB

 RED value IS 7 (3.13% from 255) = 4.32%

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

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

R = 4.32%
G = 58.64%
B = 37.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#075F3C (or 0x075F3C) is known color: Fun Green. HEX triplet: 07, 5F and 3C. RGB value is (7,95,60). Sum of RGB (Red+Green+Blue) = 7+95+60=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #075F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075F3C is #F8A0C3. Grayscale: #404040. Windows color (decimal): -16294084 or 3956487. OLE color: 3956487.

HSL color Cylindrical-coordinate representation of color #075F3C: hue angle of 156.14º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F3C is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 95 60 -
CMYK 0.93 0 0.37 0.63
HSL 156.14º 0.86% 0.2% -
HSV(B) 156.14º 0.93% 0.37% -
XYZ 5 8.56 5.66 -
YUV 64.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 7 95 60 0.93 0 0.37 0.63 156.14 0.86 0.2
Hex 7 5F 3C 5D 0 25 3F 9C 56 14
Octal 7 137 74 135 0 45 77 234 126 24
Binary 111 1011111 111100 1011101 0 100101 111111 10011100 1010110 10100

Color Harmonies of #075F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F3C

Black with #075F3C

Text Example


Text Example

White with #075F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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