Html Css Color HEX #076B1E Crusoe

📋 copy color: '#076B1E'

red 7 ◦ green 107 ◦ blue 30

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

Shades of Crusoe #076B1E

Tints of Crusoe #076B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 74.31%

 BLUE value IS 30 (12.11% from 255) = 20.83%

R = 4.86%
G = 74.31%
B = 20.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#076B1E (or 0x076B1E) is known color: Crusoe. HEX triplet: 07, 6B and 1E. RGB value is (7,107,30). Sum of RGB (Red+Green+Blue) = 7+107+30=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 107 (42.19% from 255 or 74.31% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 107 - color contains mainly: green. Hex color #076B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B1E is #F894E1. Grayscale: #444444. Windows color (decimal): -16291042 or 1993479. OLE color: 1993479.

HSL color Cylindrical-coordinate representation of color #076B1E: hue angle of 133.8º 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 #076B1E is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 30 -
CMYK 0.93 0 0.72 0.58
HSL 133.8º 0.88% 0.22% -
HSV(B) 133.8º 0.93% 0.42% -
XYZ 5.58 10.65 2.99 -
YUV 68.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 7 107 30 0.93 0 0.72 0.58 133.8 0.88 0.22
Hex 7 6B 1E 5D 0 48 3A 86 58 16
Octal 7 153 36 135 0 110 72 206 130 26
Binary 111 1101011 11110 1011101 0 1001000 111010 10000110 1011000 10110

Color Harmonies of #076B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B1E

Black with #076B1E

Text Example


Text Example

White with #076B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,107,30); }

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

background-color css

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

 a { background-color: rgb(7,107,30); }

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

border-color css

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

 span { border-color: rgb(7,107,30); }

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