Html Css Color HEX #72990D Christi

📋 copy color: '#72990D'

red 114 ◦ green 153 ◦ blue 13

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

Shades of Christi #72990D

Tints of Christi #72990D

RGB

 RED value IS 114 (44.92% from 255) = 40.71%

 GREEN value IS 153 (60.16% from 255) = 54.64%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 40.71%
G = 54.64%
B = 4.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#72990D (or 0x72990D) is known color: Christi. HEX triplet: 72, 99 and 0D. RGB value is (114,153,13). Sum of RGB (Red+Green+Blue) = 114+153+13=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #72990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72990D is #8D66F2. Grayscale: #7D7D7D. Windows color (decimal): -9266931 or 891250. OLE color: 891250.

HSL color Cylindrical-coordinate representation of color #72990D: hue angle of 76.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72990D is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 13 -
CMYK 0.25 0 0.92 0.4
HSL 76.71º 0.84% 0.33% -
HSV(B) 76.71º 0.92% 0.6% -
XYZ 18.4 26.39 4.5 -
YUV 125.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 114 153 13 0.25 0 0.92 0.4 76.71 0.84 0.33
Hex 72 99 D 19 0 5C 28 4D 54 21
Octal 162 231 15 31 0 134 50 115 124 41
Binary 1110010 10011001 1101 11001 0 1011100 101000 1001101 1010100 100001

Color Harmonies of #72990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72990D

Black with #72990D

Text Example


Text Example

White with #72990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72990D; }

 p { color: rgb(114,153,13); }

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

background-color css

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

 a { background-color: rgb(114,153,13); }

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

border-color css

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

 span { border-color: rgb(114,153,13); }

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