Html Css Color HEX #067053 Watercourse

📋 copy color: '#067053'

red 6 ◦ green 112 ◦ blue 83

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

Shades of Watercourse #067053

Tints of Watercourse #067053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.72%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 2.99%
G = 55.72%
B = 41.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#067053 (or 0x067053) is known color: Watercourse. HEX triplet: 06, 70 and 53. RGB value is (6,112,83). Sum of RGB (Red+Green+Blue) = 6+112+83=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #067053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067053 is #F98FAC. Grayscale: #4D4D4D. Windows color (decimal): -16355245 or 5468166. OLE color: 5468166.

HSL color Cylindrical-coordinate representation of color #067053: hue angle of 163.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067053 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 83 -
CMYK 0.95 0 0.26 0.56
HSL 163.58º 0.9% 0.23% -
HSV(B) 163.58º 0.95% 0.44% -
XYZ 7.43 12.25 10.16 -
YUV 77 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 6 112 83 0.95 0 0.26 0.56 163.58 0.9 0.23
Hex 6 70 53 5F 0 1A 38 A4 5A 17
Octal 6 160 123 137 0 32 70 244 132 27
Binary 110 1110000 1010011 1011111 0 11010 111000 10100100 1011010 10111

Color Harmonies of #067053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067053

Black with #067053

Text Example


Text Example

White with #067053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067053; }

 p { color: rgb(6,112,83); }

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

background-color css

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

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

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

border-color css

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

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

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