Html Css Color HEX #07965C Shamrock Green

📋 copy color: '#07965C'

red 7 ◦ green 150 ◦ blue 92

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

Shades of Shamrock Green #07965C

Tints of Shamrock Green #07965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 2.81%
G = 60.24%
B = 36.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#07965C (or 0x07965C) is known color: Shamrock Green. HEX triplet: 07, 96 and 5C. RGB value is (7,150,92). Sum of RGB (Red+Green+Blue) = 7+150+92=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #07965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07965C is #F869A3. Grayscale: #646464. Windows color (decimal): -16279972 or 6067719. OLE color: 6067719.

HSL color Cylindrical-coordinate representation of color #07965C: hue angle of 155.66º 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 #07965C is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 150 92 -
CMYK 0.95 0 0.39 0.41
HSL 155.66º 0.91% 0.31% -
HSV(B) 155.66º 0.95% 0.59% -
XYZ 12.93 22.63 13.81 -
YUV 100.63 123.12 61.22 -
System Red Green Blue C M Y K H S L
Decimal 7 150 92 0.95 0 0.39 0.41 155.66 0.91 0.31
Hex 7 96 5C 5F 0 27 29 9C 5B 1F
Octal 7 226 134 137 0 47 51 234 133 37
Binary 111 10010110 1011100 1011111 0 100111 101001 10011100 1011011 11111

Color Harmonies of #07965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07965C

Black with #07965C

Text Example


Text Example

White with #07965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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