Html Css Color HEX #07985E Shamrock Green

📋 copy color: '#07985E'

red 7 ◦ green 152 ◦ blue 94

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

Shades of Shamrock Green #07985E

Tints of Shamrock Green #07985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.08%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 2.77%
G = 60.08%
B = 37.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#07985E (or 0x07985E) is known color: Shamrock Green. HEX triplet: 07, 98 and 5E. RGB value is (7,152,94). Sum of RGB (Red+Green+Blue) = 7+152+94=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #07985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07985E is #F867A1. Grayscale: #666666. Windows color (decimal): -16279458 or 6199303. OLE color: 6199303.

HSL color Cylindrical-coordinate representation of color #07985E: hue angle of 156º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07985E is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 152 94 -
CMYK 0.95 0 0.38 0.40
HSL 156º 0.91% 0.31% -
HSV(B) 156º 0.95% 0.6% -
XYZ 13.34 23.31 14.39 -
YUV 102.03 123.46 60.22 -
System Red Green Blue C M Y K H S L
Decimal 7 152 94 0.95 0 0.38 0.40 156 0.91 0.31
Hex 7 98 5E 5F 0 26 28 9C 5B 1F
Octal 7 230 136 137 0 46 50 234 133 37
Binary 111 10011000 1011110 1011111 0 100110 101000 10011100 1011011 11111

Color Harmonies of #07985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07985E

Black with #07985E

Text Example


Text Example

White with #07985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07985E; }

 p { color: rgb(7,152,94); }

 H1.HeaderClassName
 {
   color: #07985E;
 }
 .AnyTagClassName
 {
   color: #07985E;
 }
</style>

background-color css

<style>
 a { background-color: #07985E; }

 a { background-color: rgb(7,152,94); }

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

border-color css

<style>
 span { border-color: #07985E; }

 span { border-color: rgb(7,152,94); }

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