Html Css Color HEX #075927 Crusoe

📋 copy color: '#075927'

red 7 ◦ green 89 ◦ blue 39

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

Shades of Crusoe #075927

Tints of Crusoe #075927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 65.93%

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 5.19%
G = 65.93%
B = 28.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#075927 (or 0x075927) is known color: Crusoe. HEX triplet: 07, 59 and 27. RGB value is (7,89,39). Sum of RGB (Red+Green+Blue) = 7+89+39=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #075927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075927 is #F8A6D8. Grayscale: #3A3A3A. Windows color (decimal): -16295641 or 2578695. OLE color: 2578695.

HSL color Cylindrical-coordinate representation of color #075927: hue angle of 143.41º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075927 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 89 39 -
CMYK 0.92 0 0.56 0.65
HSL 143.41º 0.85% 0.19% -
HSV(B) 143.41º 0.92% 0.35% -
XYZ 4.03 7.34 3.12 -
YUV 58.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 7 89 39 0.92 0 0.56 0.65 143.41 0.85 0.19
Hex 7 59 27 5C 0 38 41 8F 55 13
Octal 7 131 47 134 0 70 101 217 125 23
Binary 111 1011001 100111 1011100 0 111000 1000001 10001111 1010101 10011

Color Harmonies of #075927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075927

Black with #075927

Text Example


Text Example

White with #075927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075927; }

 p { color: rgb(7,89,39); }

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

background-color css

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

 a { background-color: rgb(7,89,39); }

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

border-color css

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

 span { border-color: rgb(7,89,39); }

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