Html Css Color HEX #006F74 Surfie Green

📋 copy color: '#006F74'

red 0 ◦ green 111 ◦ blue 116

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

Shades of Surfie Green #006F74

Tints of Surfie Green #006F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 0%
G = 48.9%
B = 51.1%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006F74 (or 0x006F74) is known color: Surfie Green. HEX triplet: 00, 6F and 74. RGB value is (0,111,116). Sum of RGB (Red+Green+Blue) = 0+111+116=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #006F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F74 is #FF908B. Grayscale: #4E4E4E. Windows color (decimal): -16748684 or 7630592. OLE color: 7630592.

HSL color Cylindrical-coordinate representation of color #006F74: hue angle of 182.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F74 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 111 116 -
CMYK 1 0.04 0 0.55
HSL 182.59º 1% 0.23% -
HSV(B) 182.59º 1% 0.45% -
XYZ 8.84 12.63 18.5 -
YUV 78.38 149.23 72.09 -
System Red Green Blue C M Y K H S L
Decimal 0 111 116 1 0.04 0 0.55 182.59 1 0.23
Hex 0 6F 74 64 4 0 37 B7 64 17
Octal 0 157 164 144 4 0 67 267 144 27
Binary 0 1101111 1110100 1100100 100 0 110111 10110111 1100100 10111

Color Harmonies of #006F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F74

Black with #006F74

Text Example


Text Example

White with #006F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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