Html Css Color HEX #075925 Crusoe

📋 copy color: '#075925'

red 7 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #075925

Tints of Crusoe #075925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.82%

R = 5.26%
G = 66.92%
B = 27.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#075925 (or 0x075925) is known color: Crusoe. HEX triplet: 07, 59 and 25. RGB value is (7,89,37). Sum of RGB (Red+Green+Blue) = 7+89+37=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #075925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075925 is #F8A6DA. Grayscale: #3A3A3A. Windows color (decimal): -16295643 or 2447623. OLE color: 2447623.

HSL color Cylindrical-coordinate representation of color #075925: hue angle of 141.95º 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 #075925 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 89 37 -
CMYK 0.92 0 0.58 0.65
HSL 141.95º 0.85% 0.19% -
HSV(B) 141.95º 0.92% 0.35% -
XYZ 3.99 7.32 2.95 -
YUV 58.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 7 89 37 0.92 0 0.58 0.65 141.95 0.85 0.19
Hex 7 59 25 5C 0 3A 41 8E 55 13
Octal 7 131 45 134 0 72 101 216 125 23
Binary 111 1011001 100101 1011100 0 111010 1000001 10001110 1010101 10011

Color Harmonies of #075925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075925

Black with #075925

Text Example


Text Example

White with #075925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075925; }

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

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

background-color css

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

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

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

border-color css

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

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

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