Html Css Color HEX #088379 Surfie Green

📋 copy color: '#088379'

red 8 ◦ green 131 ◦ blue 121

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

Shades of Surfie Green #088379

Tints of Surfie Green #088379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.54%

R = 3.08%
G = 50.38%
B = 46.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#088379 (or 0x088379) is known color: Surfie Green. HEX triplet: 08, 83 and 79. RGB value is (8,131,121). Sum of RGB (Red+Green+Blue) = 8+131+121=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #088379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088379 is #F77C86. Grayscale: #5D5D5D. Windows color (decimal): -16219271 or 7963400. OLE color: 7963400.

HSL color Cylindrical-coordinate representation of color #088379: hue angle of 175.12º 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 #088379 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 121 -
CMYK 0.94 0 0.08 0.49
HSL 175.12º 0.88% 0.27% -
HSV(B) 175.12º 0.94% 0.51% -
XYZ 11.67 17.66 20.88 -
YUV 93.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 8 131 121 0.94 0 0.08 0.49 175.12 0.88 0.27
Hex 8 83 79 5E 0 8 31 AF 58 1B
Octal 10 203 171 136 0 10 61 257 130 33
Binary 1000 10000011 1111001 1011110 0 1000 110001 10101111 1011000 11011

Color Harmonies of #088379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088379

Black with #088379

Text Example


Text Example

White with #088379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088379; }

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

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

background-color css

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

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

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

border-color css

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

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

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