Html Css Color HEX #077123 Crusoe

📋 copy color: '#077123'

red 7 ◦ green 113 ◦ blue 35

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

Shades of Crusoe #077123

Tints of Crusoe #077123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 72.9%

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

R = 4.52%
G = 72.9%
B = 22.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#077123 (or 0x077123) is known color: Crusoe. HEX triplet: 07, 71 and 23. RGB value is (7,113,35). Sum of RGB (Red+Green+Blue) = 7+113+35=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #077123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077123 is #F88EDC. Grayscale: #484848. Windows color (decimal): -16289501 or 2322695. OLE color: 2322695.

HSL color Cylindrical-coordinate representation of color #077123: hue angle of 135.85º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077123 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 35 -
CMYK 0.94 0 0.69 0.56
HSL 135.85º 0.88% 0.24% -
HSV(B) 135.85º 0.94% 0.44% -
XYZ 6.3 11.98 3.57 -
YUV 72.41 106.88 81.34 -
System Red Green Blue C M Y K H S L
Decimal 7 113 35 0.94 0 0.69 0.56 135.85 0.88 0.24
Hex 7 71 23 5E 0 45 38 88 58 18
Octal 7 161 43 136 0 105 70 210 130 30
Binary 111 1110001 100011 1011110 0 1000101 111000 10001000 1011000 11000

Color Harmonies of #077123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077123

Black with #077123

Text Example


Text Example

White with #077123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077123; }

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

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

background-color css

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

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

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

border-color css

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

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

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