Html Css Color HEX #00754B Watercourse

📋 copy color: '#00754B'

red 0 ◦ green 117 ◦ blue 75

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

Shades of Watercourse #00754B

Tints of Watercourse #00754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 0%
G = 60.94%
B = 39.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#00754B (or 0x00754B) is known color: Watercourse. HEX triplet: 00, 75 and 4B. RGB value is (0,117,75). Sum of RGB (Red+Green+Blue) = 0+117+75=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #00754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00754B is #FF8AB4. Grayscale: #4D4D4D. Windows color (decimal): -16747189 or 4945152. OLE color: 4945152.

HSL color Cylindrical-coordinate representation of color #00754B: hue angle of 158.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00754B is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 75 -
CMYK 1 0 0.36 0.54
HSL 158.46º 1% 0.23% -
HSV(B) 158.46º 1% 0.46% -
XYZ 7.63 13.23 8.81 -
YUV 77.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 0 117 75 1 0 0.36 0.54 158.46 1 0.23
Hex 0 75 4B 64 0 24 36 9E 64 17
Octal 0 165 113 144 0 44 66 236 144 27
Binary 0 1110101 1001011 1100100 0 100100 110110 10011110 1100100 10111

Color Harmonies of #00754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00754B

Black with #00754B

Text Example


Text Example

White with #00754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00754B; }

 p { color: rgb(0,117,75); }

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

background-color css

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

 a { background-color: rgb(0,117,75); }

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

border-color css

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

 span { border-color: rgb(0,117,75); }

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