Html Css Color HEX #067545 Watercourse

📋 copy color: '#067545'

red 6 ◦ green 117 ◦ blue 69

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

Shades of Watercourse #067545

Tints of Watercourse #067545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 3.13%
G = 60.94%
B = 35.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#067545 (or 0x067545) is known color: Watercourse. HEX triplet: 06, 75 and 45. RGB value is (6,117,69). Sum of RGB (Red+Green+Blue) = 6+117+69=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #067545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067545 is #F98ABA. Grayscale: #4E4E4E. Windows color (decimal): -16353979 or 4551942. OLE color: 4551942.

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

Color convert

RGB 6 117 69 -
CMYK 0.95 0 0.41 0.54
HSL 154.05º 0.9% 0.24% -
HSV(B) 154.05º 0.95% 0.46% -
XYZ 7.51 13.19 7.78 -
YUV 78.34 122.73 76.4 -
System Red Green Blue C M Y K H S L
Decimal 6 117 69 0.95 0 0.41 0.54 154.05 0.9 0.24
Hex 6 75 45 5F 0 29 36 9A 5A 18
Octal 6 165 105 137 0 51 66 232 132 30
Binary 110 1110101 1000101 1011111 0 101001 110110 10011010 1011010 11000

Color Harmonies of #067545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067545

Black with #067545

Text Example


Text Example

White with #067545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067545; }

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

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

background-color css

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

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

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

border-color css

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

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

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