Html Css Color HEX #01764B Watercourse

📋 copy color: '#01764B'

red 1 ◦ green 118 ◦ blue 75

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

Shades of Watercourse #01764B

Tints of Watercourse #01764B

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

 GREEN value IS 118 (46.48% from 255) = 60.82%

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

R = 0.52%
G = 60.82%
B = 38.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#01764B (or 0x01764B) is known color: Watercourse. HEX triplet: 01, 76 and 4B. RGB value is (1,118,75). Sum of RGB (Red+Green+Blue) = 1+118+75=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #01764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01764B is #FE89B4. Grayscale: #4E4E4E. Windows color (decimal): -16681397 or 4945409. OLE color: 4945409.

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

Color convert

RGB 1 118 75 -
CMYK 0.99 0 0.36 0.54
HSL 157.95º 0.98% 0.23% -
HSV(B) 157.95º 0.99% 0.46% -
XYZ 7.76 13.47 8.85 -
YUV 78.12 126.24 73 -
System Red Green Blue C M Y K H S L
Decimal 1 118 75 0.99 0 0.36 0.54 157.95 0.98 0.23
Hex 1 76 4B 63 0 24 36 9E 62 17
Octal 1 166 113 143 0 44 66 236 142 27
Binary 1 1110110 1001011 1100011 0 100100 110110 10011110 1100010 10111

Color Harmonies of #01764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01764B

Black with #01764B

Text Example


Text Example

White with #01764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,118,75); }

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

background-color css

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

 a { background-color: rgb(1,118,75); }

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

border-color css

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

 span { border-color: rgb(1,118,75); }

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