Html Css Color HEX #076D1F Crusoe

📋 copy color: '#076D1F'

red 7 ◦ green 109 ◦ blue 31

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

Shades of Crusoe #076D1F

Tints of Crusoe #076D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 74.15%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 4.76%
G = 74.15%
B = 21.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#076D1F (or 0x076D1F) is known color: Crusoe. HEX triplet: 07, 6D and 1F. RGB value is (7,109,31). Sum of RGB (Red+Green+Blue) = 7+109+31=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 109 (42.97% from 255 or 74.15% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 109 - color contains mainly: green. Hex color #076D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D1F is #F892E0. Grayscale: #454545. Windows color (decimal): -16290529 or 2059527. OLE color: 2059527.

HSL color Cylindrical-coordinate representation of color #076D1F: hue angle of 134.12º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D1F is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 109 31 -
CMYK 0.94 0 0.72 0.57
HSL 134.12º 0.88% 0.23% -
HSV(B) 134.12º 0.94% 0.43% -
XYZ 5.8 11.08 3.13 -
YUV 69.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 7 109 31 0.94 0 0.72 0.57 134.12 0.88 0.23
Hex 7 6D 1F 5E 0 48 39 86 58 17
Octal 7 155 37 136 0 110 71 206 130 27
Binary 111 1101101 11111 1011110 0 1001000 111001 10000110 1011000 10111

Color Harmonies of #076D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076D1F

Black with #076D1F

Text Example


Text Example

White with #076D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076D1F; }

 p { color: rgb(7,109,31); }

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

background-color css

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

 a { background-color: rgb(7,109,31); }

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

border-color css

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

 span { border-color: rgb(7,109,31); }

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