Html Css Color HEX #07421A Deep Fir

📋 copy color: '#07421A'

red 7 ◦ green 66 ◦ blue 26

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

Shades of Deep Fir #07421A

Tints of Deep Fir #07421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 66.67%

 BLUE value IS 26 (10.55% from 255) = 26.26%

R = 7.07%
G = 66.67%
B = 26.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#07421A (or 0x07421A) is known color: Deep Fir. HEX triplet: 07, 42 and 1A. RGB value is (7,66,26). Sum of RGB (Red+Green+Blue) = 7+66+26=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #07421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07421A is #F8BDE5. Grayscale: #2B2B2B. Windows color (decimal): -16301542 or 1720839. OLE color: 1720839.

HSL color Cylindrical-coordinate representation of color #07421A: hue angle of 139.32º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07421A is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 26 -
CMYK 0.89 0 0.61 0.74
HSL 139.32º 0.81% 0.14% -
HSV(B) 139.32º 0.89% 0.26% -
XYZ 2.22 4.02 1.64 -
YUV 43.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 7 66 26 0.89 0 0.61 0.74 139.32 0.81 0.14
Hex 7 42 1A 59 0 3D 4A 8B 51 E
Octal 7 102 32 131 0 75 112 213 121 16
Binary 111 1000010 11010 1011001 0 111101 1001010 10001011 1010001 1110

Color Harmonies of #07421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07421A

Black with #07421A

Text Example


Text Example

White with #07421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07421A; }

 p { color: rgb(7,66,26); }

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

background-color css

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

 a { background-color: rgb(7,66,26); }

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

border-color css

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

 span { border-color: rgb(7,66,26); }

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