Html Css Color HEX #148763 Deep Sea

📋 copy color: '#148763'

red 20 ◦ green 135 ◦ blue 99

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

Shades of Deep Sea #148763

Tints of Deep Sea #148763

RGB

 RED value IS 20 (8.2% from 255) = 7.87%

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

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 7.87%
G = 53.15%
B = 38.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#148763 (or 0x148763) is known color: Deep Sea. HEX triplet: 14, 87 and 63. RGB value is (20,135,99). Sum of RGB (Red+Green+Blue) = 20+135+99=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #148763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148763 is #EB789C. Grayscale: #606060. Windows color (decimal): -15431837 or 6522644. OLE color: 6522644.

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

Color convert

RGB 20 135 99 -
CMYK 0.85 0 0.27 0.47
HSL 161.22º 0.74% 0.3% -
HSV(B) 161.22º 0.85% 0.53% -
XYZ 11.2 18.38 14.76 -
YUV 96.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 20 135 99 0.85 0 0.27 0.47 161.22 0.74 0.3
Hex 14 87 63 55 0 1B 2F A1 4A 1E
Octal 24 207 143 125 0 33 57 241 112 36
Binary 10100 10000111 1100011 1010101 0 11011 101111 10100001 1001010 11110

Color Harmonies of #148763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148763

Black with #148763

Text Example


Text Example

White with #148763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148763; }

 p { color: rgb(20,135,99); }

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

background-color css

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

 a { background-color: rgb(20,135,99); }

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

border-color css

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

 span { border-color: rgb(20,135,99); }

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