Html Css Color HEX #075422 Crusoe

📋 copy color: '#075422'

red 7 ◦ green 84 ◦ blue 34

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

Shades of Crusoe #075422

Tints of Crusoe #075422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 67.2%

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

R = 5.6%
G = 67.2%
B = 27.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#075422 (or 0x075422) is known color: Crusoe. HEX triplet: 07, 54 and 22. RGB value is (7,84,34). Sum of RGB (Red+Green+Blue) = 7+84+34=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #075422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075422 is #F8ABDD. Grayscale: #373737. Windows color (decimal): -16296926 or 2249735. OLE color: 2249735.

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

Color convert

RGB 7 84 34 -
CMYK 0.92 0 0.60 0.67
HSL 141.04º 0.85% 0.18% -
HSV(B) 141.04º 0.92% 0.33% -
XYZ 3.55 6.5 2.58 -
YUV 55.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 7 84 34 0.92 0 0.60 0.67 141.04 0.85 0.18
Hex 7 54 22 5C 0 3C 43 8D 55 12
Octal 7 124 42 134 0 74 103 215 125 22
Binary 111 1010100 100010 1011100 0 111100 1000011 10001101 1010101 10010

Color Harmonies of #075422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075422

Black with #075422

Text Example


Text Example

White with #075422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075422; }

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

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

background-color css

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

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

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

border-color css

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

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

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