Html Css Color HEX #075830 Crusoe

📋 copy color: '#075830'

red 7 ◦ green 88 ◦ blue 48

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

Shades of Crusoe #075830

Tints of Crusoe #075830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.54%

 BLUE value IS 48 (19.14% from 255) = 33.57%

R = 4.9%
G = 61.54%
B = 33.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#075830 (or 0x075830) is known color: Crusoe. HEX triplet: 07, 58 and 30. RGB value is (7,88,48). Sum of RGB (Red+Green+Blue) = 7+88+48=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #075830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075830 is #F8A7CF. Grayscale: #3B3B3B. Windows color (decimal): -16295888 or 3168263. OLE color: 3168263.

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

Color convert

RGB 7 88 48 -
CMYK 0.92 0 0.45 0.65
HSL 150.37º 0.85% 0.19% -
HSV(B) 150.37º 0.92% 0.35% -
XYZ 4.11 7.24 3.98 -
YUV 59.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 7 88 48 0.92 0 0.45 0.65 150.37 0.85 0.19
Hex 7 58 30 5C 0 2D 41 96 55 13
Octal 7 130 60 134 0 55 101 226 125 23
Binary 111 1011000 110000 1011100 0 101101 1000001 10010110 1010101 10011

Color Harmonies of #075830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075830

Black with #075830

Text Example


Text Example

White with #075830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075830; }

 p { color: rgb(7,88,48); }

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

background-color css

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

 a { background-color: rgb(7,88,48); }

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

border-color css

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

 span { border-color: rgb(7,88,48); }

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