Html Css Color HEX #075114 Deep Fir

📋 copy color: '#075114'

red 7 ◦ green 81 ◦ blue 20

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

Shades of Deep Fir #075114

Tints of Deep Fir #075114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 75%

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 6.48%
G = 75%
B = 18.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#075114 (or 0x075114) is known color: Deep Fir. HEX triplet: 07, 51 and 14. RGB value is (7,81,20). Sum of RGB (Red+Green+Blue) = 7+81+20=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #075114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075114 is #F8AEEB. Grayscale: #343434. Windows color (decimal): -16297708 or 1331463. OLE color: 1331463.

HSL color Cylindrical-coordinate representation of color #075114: hue angle of 130.54º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075114 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 81 20 -
CMYK 0.91 0 0.75 0.68
HSL 130.54º 0.84% 0.17% -
HSV(B) 130.54º 0.91% 0.32% -
XYZ 3.16 5.98 1.65 -
YUV 51.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 7 81 20 0.91 0 0.75 0.68 130.54 0.84 0.17
Hex 7 51 14 5B 0 4B 44 83 54 11
Octal 7 121 24 133 0 113 104 203 124 21
Binary 111 1010001 10100 1011011 0 1001011 1000100 10000011 1010100 10001

Color Harmonies of #075114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075114

Black with #075114

Text Example


Text Example

White with #075114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075114; }

 p { color: rgb(7,81,20); }

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

background-color css

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

 a { background-color: rgb(7,81,20); }

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

border-color css

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

 span { border-color: rgb(7,81,20); }

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