Html Css Color HEX #07664B Watercourse

📋 copy color: '#07664B'

red 7 ◦ green 102 ◦ blue 75

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

Shades of Watercourse #07664B

Tints of Watercourse #07664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.43%

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

R = 3.8%
G = 55.43%
B = 40.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#07664B (or 0x07664B) is known color: Watercourse. HEX triplet: 07, 66 and 4B. RGB value is (7,102,75). Sum of RGB (Red+Green+Blue) = 7+102+75=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #07664B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07664B is #F899B4. Grayscale: #464646. Windows color (decimal): -16292277 or 4941319. OLE color: 4941319.

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

Color convert

RGB 7 102 75 -
CMYK 0.93 0 0.26 0.6
HSL 162.95º 0.87% 0.21% -
HSV(B) 162.95º 0.93% 0.4% -
XYZ 6.11 10.06 8.28 -
YUV 70.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 7 102 75 0.93 0 0.26 0.6 162.95 0.87 0.21
Hex 7 66 4B 5D 0 1A 3C A3 57 15
Octal 7 146 113 135 0 32 74 243 127 25
Binary 111 1100110 1001011 1011101 0 11010 111100 10100011 1010111 10101

Color Harmonies of #07664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07664B

Black with #07664B

Text Example


Text Example

White with #07664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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