Html Css Color HEX #749B07 Christi

📋 copy color: '#749B07'

red 116 ◦ green 155 ◦ blue 7

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

Shades of Christi #749B07

Tints of Christi #749B07

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.76%

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

R = 41.73%
G = 55.76%
B = 2.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#749B07 (or 0x749B07) is known color: Christi. HEX triplet: 74, 9B and 07. RGB value is (116,155,7). Sum of RGB (Red+Green+Blue) = 116+155+7=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #749B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749B07 is #8B64F8. Grayscale: #7F7F7F. Windows color (decimal): -9135353 or 498548. OLE color: 498548.

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

Color convert

RGB 116 155 7 -
CMYK 0.25 0 0.95 0.39
HSL 75.81º 0.91% 0.32% -
HSV(B) 75.81º 0.95% 0.61% -
XYZ 18.96 27.17 4.45 -
YUV 126.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 116 155 7 0.25 0 0.95 0.39 75.81 0.91 0.32
Hex 74 9B 7 19 0 5F 27 4C 5B 20
Octal 164 233 7 31 0 137 47 114 133 40
Binary 1110100 10011011 111 11001 0 1011111 100111 1001100 1011011 100000

Color Harmonies of #749B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B07

Black with #749B07

Text Example


Text Example

White with #749B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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