Html Css Color HEX #075923 Crusoe

📋 copy color: '#075923'

red 7 ◦ green 89 ◦ blue 35

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

Shades of Crusoe #075923

Tints of Crusoe #075923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.72%

R = 5.34%
G = 67.94%
B = 26.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#075923 (or 0x075923) is known color: Crusoe. HEX triplet: 07, 59 and 23. RGB value is (7,89,35). Sum of RGB (Red+Green+Blue) = 7+89+35=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #075923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075923 is #F8A6DC. Grayscale: #3A3A3A. Windows color (decimal): -16295645 or 2316551. OLE color: 2316551.

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

Color convert

RGB 7 89 35 -
CMYK 0.92 0 0.61 0.65
HSL 140.49º 0.85% 0.19% -
HSV(B) 140.49º 0.92% 0.35% -
XYZ 3.96 7.31 2.79 -
YUV 58.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 7 89 35 0.92 0 0.61 0.65 140.49 0.85 0.19
Hex 7 59 23 5C 0 3D 41 8C 55 13
Octal 7 131 43 134 0 75 101 214 125 23
Binary 111 1011001 100011 1011100 0 111101 1000001 10001100 1010101 10011

Color Harmonies of #075923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075923

Black with #075923

Text Example


Text Example

White with #075923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075923; }

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

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

background-color css

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

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

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

border-color css

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

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

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