Html Css Color HEX #075833 Crusoe

📋 copy color: '#075833'

red 7 ◦ green 88 ◦ blue 51

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

Shades of Crusoe #075833

Tints of Crusoe #075833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.93%

R = 4.79%
G = 60.27%
B = 34.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#075833 (or 0x075833) is known color: Crusoe. HEX triplet: 07, 58 and 33. RGB value is (7,88,51). Sum of RGB (Red+Green+Blue) = 7+88+51=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #075833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075833 is #F8A7CC. Grayscale: #3B3B3B. Windows color (decimal): -16295885 or 3364871. OLE color: 3364871.

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

Color convert

RGB 7 88 51 -
CMYK 0.92 0 0.42 0.65
HSL 152.59º 0.85% 0.19% -
HSV(B) 152.59º 0.92% 0.35% -
XYZ 4.17 7.26 4.31 -
YUV 59.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 7 88 51 0.92 0 0.42 0.65 152.59 0.85 0.19
Hex 7 58 33 5C 0 2A 41 99 55 13
Octal 7 130 63 134 0 52 101 231 125 23
Binary 111 1011000 110011 1011100 0 101010 1000001 10011001 1010101 10011

Color Harmonies of #075833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075833

Black with #075833

Text Example


Text Example

White with #075833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075833; }

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

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

background-color css

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

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

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

border-color css

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

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

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