Html Css Color HEX #07644B Watercourse

📋 copy color: '#07644B'

red 7 ◦ green 100 ◦ blue 75

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

Shades of Watercourse #07644B

Tints of Watercourse #07644B

RGB

 RED value IS 7 (3.13% from 255) = 3.85%

 GREEN value IS 100 (39.45% from 255) = 54.95%

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

R = 3.85%
G = 54.95%
B = 41.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#07644B (or 0x07644B) is known color: Watercourse. HEX triplet: 07, 64 and 4B. RGB value is (7,100,75). Sum of RGB (Red+Green+Blue) = 7+100+75=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #07644B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07644B is #F89BB4. Grayscale: #454545. Windows color (decimal): -16292789 or 4940807. OLE color: 4940807.

HSL color Cylindrical-coordinate representation of color #07644B: hue angle of 163.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07644B is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 100 75 -
CMYK 0.93 0 0.25 0.61
HSL 163.87º 0.87% 0.21% -
HSV(B) 163.87º 0.93% 0.39% -
XYZ 5.91 9.67 8.21 -
YUV 69.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 7 100 75 0.93 0 0.25 0.61 163.87 0.87 0.21
Hex 7 64 4B 5D 0 19 3D A4 57 15
Octal 7 144 113 135 0 31 75 244 127 25
Binary 111 1100100 1001011 1011101 0 11001 111101 10100100 1010111 10101

Color Harmonies of #07644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07644B

Black with #07644B

Text Example


Text Example

White with #07644B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,100,75); }

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

background-color css

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

 a { background-color: rgb(7,100,75); }

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

border-color css

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

 span { border-color: rgb(7,100,75); }

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