Html Css Color HEX #067474 Surfie Green

📋 copy color: '#067474'

red 6 ◦ green 116 ◦ blue 116

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

Shades of Surfie Green #067474

Tints of Surfie Green #067474

RGB

 RED value IS 6 (2.73% from 255) = 2.52%

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

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

R = 2.52%
G = 48.74%
B = 48.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#067474 (or 0x067474) is known color: Surfie Green. HEX triplet: 06, 74 and 74. RGB value is (6,116,116). Sum of RGB (Red+Green+Blue) = 6+116+116=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #067474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067474 is #F98B8B. Grayscale: #535353. Windows color (decimal): -16354188 or 7631878. OLE color: 7631878.

HSL color Cylindrical-coordinate representation of color #067474: hue angle of 180º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067474 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 116 -
CMYK 0.95 0 0 0.55
HSL 180º 0.9% 0.24% -
HSV(B) 180º 0.95% 0.45% -
XYZ 9.47 13.79 18.69 -
YUV 83.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 6 116 116 0.95 0 0 0.55 180 0.9 0.24
Hex 6 74 74 5F 0 0 37 B4 5A 18
Octal 6 164 164 137 0 0 67 264 132 30
Binary 110 1110100 1110100 1011111 0 0 110111 10110100 1011010 11000

Color Harmonies of #067474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067474

Black with #067474

Text Example


Text Example

White with #067474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067474; }

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

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

background-color css

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

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

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

border-color css

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

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

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