Html Css Color HEX #067274 Surfie Green

📋 copy color: '#067274'

red 6 ◦ green 114 ◦ blue 116

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

Shades of Surfie Green #067274

Tints of Surfie Green #067274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.31%

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

R = 2.54%
G = 48.31%
B = 49.15%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#067274 (or 0x067274) is known color: Surfie Green. HEX triplet: 06, 72 and 74. RGB value is (6,114,116). Sum of RGB (Red+Green+Blue) = 6+114+116=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #067274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067274 is #F98D8B. Grayscale: #515151. Windows color (decimal): -16354700 or 7631366. OLE color: 7631366.

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

Color convert

RGB 6 114 116 -
CMYK 0.95 0.02 0 0.55
HSL 181.09º 0.9% 0.24% -
HSV(B) 181.09º 0.95% 0.45% -
XYZ 9.24 13.33 18.61 -
YUV 81.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 6 114 116 0.95 0.02 0 0.55 181.09 0.9 0.24
Hex 6 72 74 5F 2 0 37 B5 5A 18
Octal 6 162 164 137 2 0 67 265 132 30
Binary 110 1110010 1110100 1011111 10 0 110111 10110101 1011010 11000

Color Harmonies of #067274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067274

Black with #067274

Text Example


Text Example

White with #067274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067274; }

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

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

background-color css

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

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

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

border-color css

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

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

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