Html Css Color HEX #749C07 Christi

📋 copy color: '#749C07'

red 116 ◦ green 156 ◦ blue 7

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

Shades of Christi #749C07

Tints of Christi #749C07

RGB

 RED value IS 116 (45.7% from 255) = 41.58%

 GREEN value IS 156 (61.33% from 255) = 55.91%

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 41.58%
G = 55.91%
B = 2.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#749C07 (or 0x749C07) is known color: Christi. HEX triplet: 74, 9C and 07. RGB value is (116,156,7). Sum of RGB (Red+Green+Blue) = 116+156+7=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #749C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749C07 is #8B63F8. Grayscale: #7F7F7F. Windows color (decimal): -9135097 or 498804. OLE color: 498804.

HSL color Cylindrical-coordinate representation of color #749C07: hue angle of 76.11º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #749C07 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 7 -
CMYK 0.26 0 0.96 0.39
HSL 76.11º 0.91% 0.32% -
HSV(B) 76.11º 0.96% 0.61% -
XYZ 19.13 27.51 4.5 -
YUV 127.05 60.25 120.12 -
System Red Green Blue C M Y K H S L
Decimal 116 156 7 0.26 0 0.96 0.39 76.11 0.91 0.32
Hex 74 9C 7 1A 0 60 27 4C 5B 20
Octal 164 234 7 32 0 140 47 114 133 40
Binary 1110100 10011100 111 11010 0 1100000 100111 1001100 1011011 100000

Color Harmonies of #749C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C07

Black with #749C07

Text Example


Text Example

White with #749C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C07; }

 p { color: rgb(116,156,7); }

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

background-color css

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

 a { background-color: rgb(116,156,7); }

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

border-color css

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

 span { border-color: rgb(116,156,7); }

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