Html Css Color HEX #075722 Crusoe

📋 copy color: '#075722'

red 7 ◦ green 87 ◦ blue 34

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

Shades of Crusoe #075722

Tints of Crusoe #075722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 67.97%

 BLUE value IS 34 (13.67% from 255) = 26.56%

R = 5.47%
G = 67.97%
B = 26.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#075722 (or 0x075722) is known color: Crusoe. HEX triplet: 07, 57 and 22. RGB value is (7,87,34). Sum of RGB (Red+Green+Blue) = 7+87+34=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 87 (34.38% from 255 or 67.97% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 87 - color contains mainly: green. Hex color #075722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075722 is #F8A8DD. Grayscale: #393939. Windows color (decimal): -16296158 or 2250503. OLE color: 2250503.

HSL color Cylindrical-coordinate representation of color #075722: hue angle of 140.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075722 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 87 34 -
CMYK 0.92 0 0.61 0.66
HSL 140.25º 0.85% 0.18% -
HSV(B) 140.25º 0.92% 0.34% -
XYZ 3.78 6.98 2.66 -
YUV 57.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 7 87 34 0.92 0 0.61 0.66 140.25 0.85 0.18
Hex 7 57 22 5C 0 3D 42 8C 55 12
Octal 7 127 42 134 0 75 102 214 125 22
Binary 111 1010111 100010 1011100 0 111101 1000010 10001100 1010101 10010

Color Harmonies of #075722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075722

Black with #075722

Text Example


Text Example

White with #075722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075722; }

 p { color: rgb(7,87,34); }

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

background-color css

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

 a { background-color: rgb(7,87,34); }

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

border-color css

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

 span { border-color: rgb(7,87,34); }

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