Html Css Color HEX #1C765F Deep Sea

📋 copy color: '#1C765F'

red 28 ◦ green 118 ◦ blue 95

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

Shades of Deep Sea #1C765F

Tints of Deep Sea #1C765F

RGB

 RED value IS 28 (11.33% from 255) = 11.62%

 GREEN value IS 118 (46.48% from 255) = 48.96%

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 11.62%
G = 48.96%
B = 39.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#1C765F (or 0x1C765F) is known color: Deep Sea. HEX triplet: 1C, 76 and 5F. RGB value is (28,118,95). Sum of RGB (Red+Green+Blue) = 28+118+95=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #1C765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C765F is #E389A0. Grayscale: #585858. Windows color (decimal): -14911905 or 6256156. OLE color: 6256156.

HSL color Cylindrical-coordinate representation of color #1C765F: hue angle of 164.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C765F is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 118 95 -
CMYK 0.76 0 0.19 0.54
HSL 164.67º 0.62% 0.29% -
HSV(B) 164.67º 0.76% 0.46% -
XYZ 9.02 14.03 13.06 -
YUV 88.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 28 118 95 0.76 0 0.19 0.54 164.67 0.62 0.29
Hex 1C 76 5F 4C 0 13 36 A5 3E 1D
Octal 34 166 137 114 0 23 66 245 76 35
Binary 11100 1110110 1011111 1001100 0 10011 110110 10100101 111110 11101

Color Harmonies of #1C765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C765F

Black with #1C765F

Text Example


Text Example

White with #1C765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C765F; }

 p { color: rgb(28,118,95); }

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

background-color css

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

 a { background-color: rgb(28,118,95); }

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

border-color css

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

 span { border-color: rgb(28,118,95); }

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