Html Css Color HEX #067F7B Surfie Green

📋 copy color: '#067F7B'

red 6 ◦ green 127 ◦ blue 123

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

Shades of Surfie Green #067F7B

Tints of Surfie Green #067F7B

RGB

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

 GREEN value IS 127 (50% from 255) = 49.61%

 BLUE value IS 123 (48.44% from 255) = 48.05%

R = 2.34%
G = 49.61%
B = 48.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#067F7B (or 0x067F7B) is known color: Surfie Green. HEX triplet: 06, 7F and 7B. RGB value is (6,127,123). Sum of RGB (Red+Green+Blue) = 6+127+123=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #067F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067F7B is #F98084. Grayscale: #5A5A5A. Windows color (decimal): -16351365 or 8093446. OLE color: 8093446.

HSL color Cylindrical-coordinate representation of color #067F7B: hue angle of 178.02º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067F7B is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 127 123 -
CMYK 0.95 0 0.03 0.50
HSL 178.02º 0.91% 0.26% -
HSV(B) 178.02º 0.95% 0.5% -
XYZ 11.24 16.65 21.36 -
YUV 90.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 6 127 123 0.95 0 0.03 0.50 178.02 0.91 0.26
Hex 6 7F 7B 5F 0 3 32 B2 5B 1A
Octal 6 177 173 137 0 3 62 262 133 32
Binary 110 1111111 1111011 1011111 0 11 110010 10110010 1011011 11010

Color Harmonies of #067F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F7B

Black with #067F7B

Text Example


Text Example

White with #067F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,127,123); }

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

background-color css

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

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

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

border-color css

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

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

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