#45A76A

Color #45A76A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #45A76A

Tints of Ocean Green #45A76A

Color information

#45A76A (or 0x45A76A) is unknown color: approx Ocean Green. HEX triplet: 45, A7 and 6A. RGB value is (69,167,106). Sum of RGB (Red+Green+Blue) = 69+167+106=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #45A76A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A76A is #BA5895. Grayscale: #828282. Windows color (decimal): -12212374 or 6989637. OLE color: 6989637.

HSL color Cylindrical-coordinate representation of color #45A76A: hue angle of 142.65º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A76A is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB69167106-
CMYK0.5900.370.35
HSL142.65º41.53%46.27%-
HSV(B)142.65º58.68%65.49%-
XYZ18.8729.9418.42-
YUV130.74114.0383.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 167 (65.62% from 255) = 48.83%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=20.18%
G=48.83%
B=30.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691671060.5900.370.35142.6541.5346.27
Hex45A76A3B025238f2a2e
Octal10524715273045432175256
Binary1000101101001111101010111011010010110001110001111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A76A; }

 p { color: rgb(69,167,106); }

 H1.HeaderClassName
 {
   color: #45A76A;
 }
 .AnyTagClassName
 {
   color: #45A76A;
 }
</style>
background-color css

<style>
 a { background-color: #45A76A; }

 a { background-color: rgb(69,167,106); }

 div.DivClassName
 {
   background-color: #45A76A;
 }
 .BgClassName
 {
   background-color: #45A76A;
 }
</style>
border-color css

<style>
 span { border-color: #45A76A; }

 span { border-color: rgb(69,167,106); }

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