Html Css Color HEX #07965A Shamrock Green

📋 copy color: '#07965A'

red 7 ◦ green 150 ◦ blue 90

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

Shades of Shamrock Green #07965A

Tints of Shamrock Green #07965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.73%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 2.83%
G = 60.73%
B = 36.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#07965A (or 0x07965A) is known color: Shamrock Green. HEX triplet: 07, 96 and 5A. RGB value is (7,150,90). Sum of RGB (Red+Green+Blue) = 7+150+90=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #07965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07965A is #F869A5. Grayscale: #646464. Windows color (decimal): -16279974 or 5936647. OLE color: 5936647.

HSL color Cylindrical-coordinate representation of color #07965A: hue angle of 154.83º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07965A is Cyan = 0.95, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 150 90 -
CMYK 0.95 0 0.4 0.41
HSL 154.83º 0.91% 0.31% -
HSV(B) 154.83º 0.95% 0.59% -
XYZ 12.84 22.6 13.36 -
YUV 100.4 122.12 61.38 -
System Red Green Blue C M Y K H S L
Decimal 7 150 90 0.95 0 0.4 0.41 154.83 0.91 0.31
Hex 7 96 5A 5F 0 28 29 9B 5B 1F
Octal 7 226 132 137 0 50 51 233 133 37
Binary 111 10010110 1011010 1011111 0 101000 101001 10011011 1011011 11111

Color Harmonies of #07965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07965A

Black with #07965A

Text Example


Text Example

White with #07965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07965A; }

 p { color: rgb(7,150,90); }

 H1.HeaderClassName
 {
   color: #07965A;
 }
 .AnyTagClassName
 {
   color: #07965A;
 }
</style>

background-color css

<style>
 a { background-color: #07965A; }

 a { background-color: rgb(7,150,90); }

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

border-color css

<style>
 span { border-color: #07965A; }

 span { border-color: rgb(7,150,90); }

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