Html Css Color HEX #7CBD69 Mantis

📋 copy color: '#7CBD69'

red 124 ◦ green 189 ◦ blue 105

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

Shades of Mantis #7CBD69

Tints of Mantis #7CBD69

RGB

 RED value IS 124 (48.83% from 255) = 29.67%

 GREEN value IS 189 (74.22% from 255) = 45.22%

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 29.67%
G = 45.22%
B = 25.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#7CBD69 (or 0x7CBD69) is known color: Mantis. HEX triplet: 7C, BD and 69. RGB value is (124,189,105). Sum of RGB (Red+Green+Blue) = 124+189+105=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD69 is #834296. Grayscale: #A0A0A0. Windows color (decimal): -8602263 or 6929788. OLE color: 6929788.

HSL color Cylindrical-coordinate representation of color #7CBD69: hue angle of 106.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBD69 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 189 105 -
CMYK 0.34 0 0.44 0.26
HSL 106.43º 0.39% 0.58% -
HSV(B) 106.43º 0.44% 0.74% -
XYZ 29.06 41.7 19.88 -
YUV 159.99 96.97 102.33 -
System Red Green Blue C M Y K H S L
Decimal 124 189 105 0.34 0 0.44 0.26 106.43 0.39 0.58
Hex 7C BD 69 22 0 2C 1A 6A 27 3A
Octal 174 275 151 42 0 54 32 152 47 72
Binary 1111100 10111101 1101001 100010 0 101100 11010 1101010 100111 111010

Color Harmonies of #7CBD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD69

Black with #7CBD69

Text Example


Text Example

White with #7CBD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CBD69; }

 p { color: rgb(124,189,105); }

 H1.HeaderClassName
 {
   color: #7CBD69;
 }
 .AnyTagClassName
 {
   color: #7CBD69;
 }
</style>

background-color css

<style>
 a { background-color: #7CBD69; }

 a { background-color: rgb(124,189,105); }

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

border-color css

<style>
 span { border-color: #7CBD69; }

 span { border-color: rgb(124,189,105); }

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