Html Css Color HEX #128761 Deep Sea

📋 copy color: '#128761'

red 18 ◦ green 135 ◦ blue 97

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

Shades of Deep Sea #128761

Tints of Deep Sea #128761

RGB

 RED value IS 18 (7.42% from 255) = 7.2%

 GREEN value IS 135 (53.13% from 255) = 54%

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 7.2%
G = 54%
B = 38.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#128761 (or 0x128761) is known color: Deep Sea. HEX triplet: 12, 87 and 61. RGB value is (18,135,97). Sum of RGB (Red+Green+Blue) = 18+135+97=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #128761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128761 is #ED789E. Grayscale: #5F5F5F. Windows color (decimal): -15562911 or 6391570. OLE color: 6391570.

HSL color Cylindrical-coordinate representation of color #128761: hue angle of 160.51º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128761 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 97 -
CMYK 0.87 0 0.28 0.47
HSL 160.51º 0.76% 0.3% -
HSV(B) 160.51º 0.87% 0.53% -
XYZ 11.07 18.32 14.26 -
YUV 95.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 18 135 97 0.87 0 0.28 0.47 160.51 0.76 0.3
Hex 12 87 61 57 0 1C 2F A1 4C 1E
Octal 22 207 141 127 0 34 57 241 114 36
Binary 10010 10000111 1100001 1010111 0 11100 101111 10100001 1001100 11110

Color Harmonies of #128761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128761

Black with #128761

Text Example


Text Example

White with #128761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128761; }

 p { color: rgb(18,135,97); }

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

background-color css

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

 a { background-color: rgb(18,135,97); }

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

border-color css

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

 span { border-color: rgb(18,135,97); }

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