Html Css Color HEX #067A7C Surfie Green

📋 copy color: '#067A7C'

red 6 ◦ green 122 ◦ blue 124

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

Shades of Surfie Green #067A7C

Tints of Surfie Green #067A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.41%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 2.38%
G = 48.41%
B = 49.21%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#067A7C (or 0x067A7C) is known color: Surfie Green. HEX triplet: 06, 7A and 7C. RGB value is (6,122,124). Sum of RGB (Red+Green+Blue) = 6+122+124=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #067A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A7C is #F98583. Grayscale: #575757. Windows color (decimal): -16352644 or 8157702. OLE color: 8157702.

HSL color Cylindrical-coordinate representation of color #067A7C: hue angle of 181.02º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A7C is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 122 124 -
CMYK 0.95 0.02 0 0.51
HSL 181.02º 0.91% 0.25% -
HSV(B) 181.02º 0.95% 0.49% -
XYZ 10.67 15.41 21.48 -
YUV 87.54 148.57 69.84 -
System Red Green Blue C M Y K H S L
Decimal 6 122 124 0.95 0.02 0 0.51 181.02 0.91 0.25
Hex 6 7A 7C 5F 2 0 33 B5 5B 19
Octal 6 172 174 137 2 0 63 265 133 31
Binary 110 1111010 1111100 1011111 10 0 110011 10110101 1011011 11001

Color Harmonies of #067A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A7C

Black with #067A7C

Text Example


Text Example

White with #067A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067A7C; }

 p { color: rgb(6,122,124); }

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

background-color css

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

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

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

border-color css

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

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

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