Html Css Color HEX #07330A Myrtle

📋 copy color: '#07330A'

red 7 ◦ green 51 ◦ blue 10

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

Shades of Myrtle #07330A

Tints of Myrtle #07330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 75%

 BLUE value IS 10 (4.3% from 255) = 14.71%

R = 10.29%
G = 75%
B = 14.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.8

RGB Variations

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

Color information

#07330A (or 0x07330A) is known color: Myrtle. HEX triplet: 07, 33 and 0A. RGB value is (7,51,10). Sum of RGB (Red+Green+Blue) = 7+51+10=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #07330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07330A is #F8CCF5. Grayscale: #212121. Windows color (decimal): -16305398 or 668423. OLE color: 668423.

HSL color Cylindrical-coordinate representation of color #07330A: hue angle of 124.09º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07330A is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 10 -
CMYK 0.86 0 0.80 0.8
HSL 124.09º 0.76% 0.11% -
HSV(B) 124.09º 0.86% 0.2% -
XYZ 1.33 2.43 0.69 -
YUV 33.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 7 51 10 0.86 0 0.80 0.8 124.09 0.76 0.11
Hex 7 33 A 56 0 50 50 7C 4C B
Octal 7 63 12 126 0 120 120 174 114 13
Binary 111 110011 1010 1010110 0 1010000 1010000 1111100 1001100 1011

Color Harmonies of #07330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07330A

Black with #07330A

Text Example


Text Example

White with #07330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,51,10); }

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

background-color css

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

 a { background-color: rgb(7,51,10); }

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

border-color css

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

 span { border-color: rgb(7,51,10); }

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