Html Css Color HEX #075B19 Crusoe

📋 copy color: '#075B19'

red 7 ◦ green 91 ◦ blue 25

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

Shades of Crusoe #075B19

Tints of Crusoe #075B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 73.98%

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

R = 5.69%
G = 73.98%
B = 20.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#075B19 (or 0x075B19) is known color: Crusoe. HEX triplet: 07, 5B and 19. RGB value is (7,91,25). Sum of RGB (Red+Green+Blue) = 7+91+25=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 91 (35.94% from 255 or 73.98% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 91 - color contains mainly: green. Hex color #075B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B19 is #F8A4E6. Grayscale: #3A3A3A. Windows color (decimal): -16295143 or 1661703. OLE color: 1661703.

HSL color Cylindrical-coordinate representation of color #075B19: hue angle of 132.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075B19 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 91 25 -
CMYK 0.92 0 0.73 0.64
HSL 132.86º 0.86% 0.19% -
HSV(B) 132.86º 0.92% 0.36% -
XYZ 4 7.6 2.18 -
YUV 58.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 7 91 25 0.92 0 0.73 0.64 132.86 0.86 0.19
Hex 7 5B 19 5C 0 49 40 85 56 13
Octal 7 133 31 134 0 111 100 205 126 23
Binary 111 1011011 11001 1011100 0 1001001 1000000 10000101 1010110 10011

Color Harmonies of #075B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B19

Black with #075B19

Text Example


Text Example

White with #075B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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