Html Css Color HEX #088378 Surfie Green

📋 copy color: '#088378'

red 8 ◦ green 131 ◦ blue 120

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

Shades of Surfie Green #088378

Tints of Surfie Green #088378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.33%

R = 3.09%
G = 50.58%
B = 46.33%

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

#088378 (or 0x088378) is known color: Surfie Green. HEX triplet: 08, 83 and 78. RGB value is (8,131,120). Sum of RGB (Red+Green+Blue) = 8+131+120=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #088378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088378 is #F77C87. Grayscale: #5C5C5C. Windows color (decimal): -16219272 or 7897864. OLE color: 7897864.

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

Color convert

RGB 8 131 120 -
CMYK 0.94 0 0.08 0.49
HSL 174.63º 0.88% 0.27% -
HSV(B) 174.63º 0.94% 0.51% -
XYZ 11.61 17.64 20.56 -
YUV 92.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 8 131 120 0.94 0 0.08 0.49 174.63 0.88 0.27
Hex 8 83 78 5E 0 8 31 AF 58 1B
Octal 10 203 170 136 0 10 61 257 130 33
Binary 1000 10000011 1111000 1011110 0 1000 110001 10101111 1011000 11011

Color Harmonies of #088378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088378

Black with #088378

Text Example


Text Example

White with #088378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088378; }

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

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

background-color css

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

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

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

border-color css

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

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

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