Html Css Color HEX #088376 Surfie Green

📋 copy color: '#088376'

red 8 ◦ green 131 ◦ blue 118

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

Shades of Surfie Green #088376

Tints of Surfie Green #088376

RGB

 RED value IS 8 (3.52% from 255) = 3.11%

 GREEN value IS 131 (51.56% from 255) = 50.97%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 3.11%
G = 50.97%
B = 45.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#088376 (or 0x088376) is known color: Surfie Green. HEX triplet: 08, 83 and 76. RGB value is (8,131,118). Sum of RGB (Red+Green+Blue) = 8+131+118=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #088376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088376 is #F77C89. Grayscale: #5C5C5C. Windows color (decimal): -16219274 or 7766792. OLE color: 7766792.

HSL color Cylindrical-coordinate representation of color #088376: hue angle of 173.66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088376 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 118 -
CMYK 0.94 0 0.10 0.49
HSL 173.66º 0.88% 0.27% -
HSV(B) 173.66º 0.94% 0.51% -
XYZ 11.49 17.59 19.93 -
YUV 92.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 8 131 118 0.94 0 0.10 0.49 173.66 0.88 0.27
Hex 8 83 76 5E 0 A 31 AE 58 1B
Octal 10 203 166 136 0 12 61 256 130 33
Binary 1000 10000011 1110110 1011110 0 1010 110001 10101110 1011000 11011

Color Harmonies of #088376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088376

Black with #088376

Text Example


Text Example

White with #088376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088376; }

 p { color: rgb(8,131,118); }

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

background-color css

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

 a { background-color: rgb(8,131,118); }

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

border-color css

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

 span { border-color: rgb(8,131,118); }

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