Html Css Color HEX #007474 Surfie Green

📋 copy color: '#007474'

red 0 ◦ green 116 ◦ blue 116

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

Shades of Surfie Green #007474

Tints of Surfie Green #007474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#007474 (or 0x007474) is known color: Surfie Green. HEX triplet: 00, 74 and 74. RGB value is (0,116,116). Sum of RGB (Red+Green+Blue) = 0+116+116=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #007474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007474 is #FF8B8B. Grayscale: #515151. Windows color (decimal): -16747404 or 7631872. OLE color: 7631872.

HSL color Cylindrical-coordinate representation of color #007474: hue angle of 180º 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 #007474 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 116 116 -
CMYK 1 0 0 0.55
HSL 180º 1% 0.23% -
HSV(B) 180º 1% 0.45% -
XYZ 9.4 13.75 18.68 -
YUV 81.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 0 116 116 1 0 0 0.55 180 1 0.23
Hex 0 74 74 64 0 0 37 B4 64 17
Octal 0 164 164 144 0 0 67 264 144 27
Binary 0 1110100 1110100 1100100 0 0 110111 10110100 1100100 10111

Color Harmonies of #007474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007474

Black with #007474

Text Example


Text Example

White with #007474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007474; }

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

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

background-color css

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

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

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

border-color css

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

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

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