Html Css Color HEX #075D1C Crusoe

📋 copy color: '#075D1C'

red 7 ◦ green 93 ◦ blue 28

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

Shades of Crusoe #075D1C

Tints of Crusoe #075D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 72.66%

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 5.47%
G = 72.66%
B = 21.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#075D1C (or 0x075D1C) is known color: Crusoe. HEX triplet: 07, 5D and 1C. RGB value is (7,93,28). Sum of RGB (Red+Green+Blue) = 7+93+28=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #075D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D1C is #F8A2E3. Grayscale: #3C3C3C. Windows color (decimal): -16294628 or 1858823. OLE color: 1858823.

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

Color convert

RGB 7 93 28 -
CMYK 0.92 0 0.70 0.64
HSL 134.65º 0.86% 0.2% -
HSV(B) 134.65º 0.92% 0.36% -
XYZ 4.21 7.96 2.41 -
YUV 59.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 7 93 28 0.92 0 0.70 0.64 134.65 0.86 0.2
Hex 7 5D 1C 5C 0 46 40 87 56 14
Octal 7 135 34 134 0 106 100 207 126 24
Binary 111 1011101 11100 1011100 0 1000110 1000000 10000111 1010110 10100

Color Harmonies of #075D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D1C

Black with #075D1C

Text Example


Text Example

White with #075D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,93,28); }

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

background-color css

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

 a { background-color: rgb(7,93,28); }

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

border-color css

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

 span { border-color: rgb(7,93,28); }

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