Html Css Color HEX #075619 Crusoe

📋 copy color: '#075619'

red 7 ◦ green 86 ◦ blue 25

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

Shades of Crusoe #075619

Tints of Crusoe #075619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 72.88%

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

R = 5.93%
G = 72.88%
B = 21.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#075619 (or 0x075619) is known color: Crusoe. HEX triplet: 07, 56 and 19. RGB value is (7,86,25). Sum of RGB (Red+Green+Blue) = 7+86+25=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #075619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075619 is #F8A9E6. Grayscale: #373737. Windows color (decimal): -16296423 or 1660423. OLE color: 1660423.

HSL color Cylindrical-coordinate representation of color #075619: hue angle of 133.67º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075619 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 86 25 -
CMYK 0.92 0 0.71 0.66
HSL 133.67º 0.85% 0.18% -
HSV(B) 133.67º 0.92% 0.34% -
XYZ 3.59 6.77 2.04 -
YUV 55.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 7 86 25 0.92 0 0.71 0.66 133.67 0.85 0.18
Hex 7 56 19 5C 0 47 42 86 55 12
Octal 7 126 31 134 0 107 102 206 125 22
Binary 111 1010110 11001 1011100 0 1000111 1000010 10000110 1010101 10010

Color Harmonies of #075619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075619

Black with #075619

Text Example


Text Example

White with #075619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075619; }

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

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

background-color css

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

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

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

border-color css

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

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

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