Html Css Color HEX #00693F Watercourse

📋 copy color: '#00693F'

red 0 ◦ green 105 ◦ blue 63

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

Shades of Watercourse #00693F

Tints of Watercourse #00693F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 105 (41.41% from 255) = 62.5%

 BLUE value IS 63 (25% from 255) = 37.5%

R = 0%
G = 62.5%
B = 37.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#00693F (or 0x00693F) is known color: Watercourse. HEX triplet: 00, 69 and 3F. RGB value is (0,105,63). Sum of RGB (Red+Green+Blue) = 0+105+63=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #00693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00693F is #FF96C0. Grayscale: #444444. Windows color (decimal): -16750273 or 4155648. OLE color: 4155648.

HSL color Cylindrical-coordinate representation of color #00693F: hue angle of 156º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00693F is Cyan = 1, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 63 -
CMYK 1 0 0.4 0.59
HSL 156º 1% 0.21% -
HSV(B) 156º 1% 0.41% -
XYZ 5.95 10.46 6.41 -
YUV 68.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 0 105 63 1 0 0.4 0.59 156 1 0.21
Hex 0 69 3F 64 0 28 3B 9C 64 15
Octal 0 151 77 144 0 50 73 234 144 25
Binary 0 1101001 111111 1100100 0 101000 111011 10011100 1100100 10101

Color Harmonies of #00693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00693F

Black with #00693F

Text Example


Text Example

White with #00693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00693F; }

 p { color: rgb(0,105,63); }

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

background-color css

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

 a { background-color: rgb(0,105,63); }

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

border-color css

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

 span { border-color: rgb(0,105,63); }

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