Html Css Color HEX #088479 Surfie Green

📋 copy color: '#088479'

red 8 ◦ green 132 ◦ blue 121

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

Shades of Surfie Green #088479

Tints of Surfie Green #088479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 3.07%
G = 50.57%
B = 46.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#088479 (or 0x088479) is known color: Surfie Green. HEX triplet: 08, 84 and 79. RGB value is (8,132,121). Sum of RGB (Red+Green+Blue) = 8+132+121=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #088479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088479 is #F77B86. Grayscale: #5D5D5D. Windows color (decimal): -16219015 or 7963656. OLE color: 7963656.

HSL color Cylindrical-coordinate representation of color #088479: hue angle of 174.68º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088479 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 121 -
CMYK 0.94 0 0.08 0.48
HSL 174.68º 0.89% 0.27% -
HSV(B) 174.68º 0.94% 0.52% -
XYZ 11.8 17.93 20.93 -
YUV 93.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 8 132 121 0.94 0 0.08 0.48 174.68 0.89 0.27
Hex 8 84 79 5E 0 8 30 AF 59 1B
Octal 10 204 171 136 0 10 60 257 131 33
Binary 1000 10000100 1111001 1011110 0 1000 110000 10101111 1011001 11011

Color Harmonies of #088479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088479

Black with #088479

Text Example


Text Example

White with #088479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088479; }

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

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

background-color css

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

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

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

border-color css

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

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

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