Html Css Color HEX #076A1F Crusoe

📋 copy color: '#076A1F'

red 7 ◦ green 106 ◦ blue 31

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

Shades of Crusoe #076A1F

Tints of Crusoe #076A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 73.61%

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

R = 4.86%
G = 73.61%
B = 21.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#076A1F (or 0x076A1F) is known color: Crusoe. HEX triplet: 07, 6A and 1F. RGB value is (7,106,31). Sum of RGB (Red+Green+Blue) = 7+106+31=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 106 (41.80% from 255 or 73.61% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 106 - color contains mainly: green. Hex color #076A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A1F is #F895E0. Grayscale: #444444. Windows color (decimal): -16291297 or 2058759. OLE color: 2058759.

HSL color Cylindrical-coordinate representation of color #076A1F: hue angle of 134.55º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A1F is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 106 31 -
CMYK 0.93 0 0.71 0.58
HSL 134.55º 0.88% 0.22% -
HSV(B) 134.55º 0.93% 0.42% -
XYZ 5.49 10.45 3.02 -
YUV 67.85 107.2 84.6 -
System Red Green Blue C M Y K H S L
Decimal 7 106 31 0.93 0 0.71 0.58 134.55 0.88 0.22
Hex 7 6A 1F 5D 0 47 3A 87 58 16
Octal 7 152 37 135 0 107 72 207 130 26
Binary 111 1101010 11111 1011101 0 1000111 111010 10000111 1011000 10110

Color Harmonies of #076A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A1F

Black with #076A1F

Text Example


Text Example

White with #076A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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