Html Css Color HEX #7CBF68 Mantis

📋 copy color: '#7CBF68'

red 124 ◦ green 191 ◦ blue 104

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

Shades of Mantis #7CBF68

Tints of Mantis #7CBF68

RGB

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

 GREEN value IS 191 (75% from 255) = 45.58%

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 29.59%
G = 45.58%
B = 24.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#7CBF68 (or 0x7CBF68) is known color: Mantis. HEX triplet: 7C, BF and 68. RGB value is (124,191,104). Sum of RGB (Red+Green+Blue) = 124+191+104=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF68 is #834097. Grayscale: #A1A1A1. Windows color (decimal): -8601752 or 6864764. OLE color: 6864764.

HSL color Cylindrical-coordinate representation of color #7CBF68: hue angle of 106.21º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CBF68 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 104 -
CMYK 0.35 0 0.46 0.25
HSL 106.21º 0.4% 0.58% -
HSV(B) 106.21º 0.46% 0.75% -
XYZ 29.44 42.55 19.76 -
YUV 161.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 124 191 104 0.35 0 0.46 0.25 106.21 0.4 0.58
Hex 7C BF 68 23 0 2E 19 6A 28 3A
Octal 174 277 150 43 0 56 31 152 50 72
Binary 1111100 10111111 1101000 100011 0 101110 11001 1101010 101000 111010

Color Harmonies of #7CBF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF68

Black with #7CBF68

Text Example


Text Example

White with #7CBF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,104); }

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

background-color css

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

 a { background-color: rgb(124,191,104); }

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

border-color css

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

 span { border-color: rgb(124,191,104); }

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