Html Css Color HEX #076319 Crusoe

📋 copy color: '#076319'

red 7 ◦ green 99 ◦ blue 25

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

Shades of Crusoe #076319

Tints of Crusoe #076319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 5.34%
G = 75.57%
B = 19.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#076319 (or 0x076319) is known color: Crusoe. HEX triplet: 07, 63 and 19. RGB value is (7,99,25). Sum of RGB (Red+Green+Blue) = 7+99+25=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #076319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076319 is #F89CE6. Grayscale: #3F3F3F. Windows color (decimal): -16293095 or 1663751. OLE color: 1663751.

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

Color convert

RGB 7 99 25 -
CMYK 0.93 0 0.75 0.61
HSL 131.74º 0.87% 0.21% -
HSV(B) 131.74º 0.93% 0.39% -
XYZ 4.72 9.04 2.42 -
YUV 63.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 7 99 25 0.93 0 0.75 0.61 131.74 0.87 0.21
Hex 7 63 19 5D 0 4B 3D 84 57 15
Octal 7 143 31 135 0 113 75 204 127 25
Binary 111 1100011 11001 1011101 0 1001011 111101 10000100 1010111 10101

Color Harmonies of #076319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076319

Black with #076319

Text Example


Text Example

White with #076319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076319; }

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

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

background-color css

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

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

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

border-color css

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

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

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