#61B07B

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

Shades of Ocean Green #61B07B

Tints of Ocean Green #61B07B

Color information

#61B07B (or 0x61B07B) is unknown color: approx Ocean Green. HEX triplet: 61, B0 and 7B. RGB value is (97,176,123). Sum of RGB (Red+Green+Blue) = 97+176+123=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #61B07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B07B is #9E4F84. Grayscale: #929292. Windows color (decimal): -10375045 or 8106081. OLE color: 8106081.

HSL color Cylindrical-coordinate representation of color #61B07B: hue angle of 139.75º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61B07B is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB97176123-
CMYK0.4500.300.31
HSL139.75º33.33%53.53%-
HSV(B)139.75º44.89%69.02%-
XYZ24.0335.0224.23-
YUV146.34114.8392.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=24.49%
G=44.44%
B=31.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971761230.4500.300.31139.7533.3353.53
Hex61B07B2D01E1F8c2136
Octal14126017355036372144166
Binary11000011011000011110111011010111101111110001100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B07B; }

 p { color: rgb(97,176,123); }

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

<style>
 a { background-color: #61B07B; }

 a { background-color: rgb(97,176,123); }

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

<style>
 span { border-color: #61B07B; }

 span { border-color: rgb(97,176,123); }

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