Html Css Color HEX #006F78 Surfie Green

📋 copy color: '#006F78'

red 0 ◦ green 111 ◦ blue 120

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

Shades of Surfie Green #006F78

Tints of Surfie Green #006F78

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 48.05%

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

R = 0%
G = 48.05%
B = 51.95%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006F78 (or 0x006F78) is known color: Surfie Green. HEX triplet: 00, 6F and 78. RGB value is (0,111,120). Sum of RGB (Red+Green+Blue) = 0+111+120=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #006F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F78 is #FF9087. Grayscale: #4E4E4E. Windows color (decimal): -16748680 or 7892736. OLE color: 7892736.

HSL color Cylindrical-coordinate representation of color #006F78: hue angle of 184.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F78 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 111 120 -
CMYK 1 0.08 0 0.53
HSL 184.5º 1% 0.24% -
HSV(B) 184.5º 1% 0.47% -
XYZ 9.07 12.72 19.75 -
YUV 78.84 151.23 71.77 -
System Red Green Blue C M Y K H S L
Decimal 0 111 120 1 0.08 0 0.53 184.5 1 0.24
Hex 0 6F 78 64 8 0 35 B8 64 18
Octal 0 157 170 144 10 0 65 270 144 30
Binary 0 1101111 1111000 1100100 1000 0 110101 10111000 1100100 11000

Color Harmonies of #006F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F78

Black with #006F78

Text Example


Text Example

White with #006F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F78; }

 p { color: rgb(0,111,120); }

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

background-color css

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

 a { background-color: rgb(0,111,120); }

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

border-color css

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

 span { border-color: rgb(0,111,120); }

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