Html Css Color HEX #067575 Surfie Green

📋 copy color: '#067575'

red 6 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #067575

Tints of Surfie Green #067575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 2.5%
G = 48.75%
B = 48.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#067575 (or 0x067575) is known color: Surfie Green. HEX triplet: 06, 75 and 75. RGB value is (6,117,117). Sum of RGB (Red+Green+Blue) = 6+117+117=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #067575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067575 is #F98A8A. Grayscale: #535353. Windows color (decimal): -16353931 or 7697670. OLE color: 7697670.

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

Color convert

RGB 6 117 117 -
CMYK 0.95 0 0 0.54
HSL 180º 0.9% 0.24% -
HSV(B) 180º 0.95% 0.46% -
XYZ 9.65 14.05 19.03 -
YUV 83.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 6 117 117 0.95 0 0 0.54 180 0.9 0.24
Hex 6 75 75 5F 0 0 36 B4 5A 18
Octal 6 165 165 137 0 0 66 264 132 30
Binary 110 1110101 1110101 1011111 0 0 110110 10110100 1011010 11000

Color Harmonies of #067575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067575

Black with #067575

Text Example


Text Example

White with #067575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067575; }

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

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

background-color css

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

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

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

border-color css

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

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

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