Html Css Color HEX #076329 Crusoe

📋 copy color: '#076329'

red 7 ◦ green 99 ◦ blue 41

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

Shades of Crusoe #076329

Tints of Crusoe #076329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 67.35%

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 4.76%
G = 67.35%
B = 27.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#076329 (or 0x076329) is known color: Crusoe. HEX triplet: 07, 63 and 29. RGB value is (7,99,41). Sum of RGB (Red+Green+Blue) = 7+99+41=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #076329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076329 is #F89CD6. Grayscale: #414141. Windows color (decimal): -16293079 or 2712327. OLE color: 2712327.

HSL color Cylindrical-coordinate representation of color #076329: hue angle of 142.17º 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 #076329 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 99 41 -
CMYK 0.93 0 0.59 0.61
HSL 142.17º 0.87% 0.21% -
HSV(B) 142.17º 0.93% 0.39% -
XYZ 4.95 9.13 3.6 -
YUV 64.88 114.52 86.72 -
System Red Green Blue C M Y K H S L
Decimal 7 99 41 0.93 0 0.59 0.61 142.17 0.87 0.21
Hex 7 63 29 5D 0 3B 3D 8E 57 15
Octal 7 143 51 135 0 73 75 216 127 25
Binary 111 1100011 101001 1011101 0 111011 111101 10001110 1010111 10101

Color Harmonies of #076329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076329

Black with #076329

Text Example


Text Example

White with #076329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076329; }

 p { color: rgb(7,99,41); }

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

background-color css

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

 a { background-color: rgb(7,99,41); }

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

border-color css

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

 span { border-color: rgb(7,99,41); }

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