Html Css Color HEX #8CBF7F Dark Sea Green

📋 copy color: '#8CBF7F'

red 140 ◦ green 191 ◦ blue 127

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

Shades of Dark Sea Green #8CBF7F

Tints of Dark Sea Green #8CBF7F

RGB

 RED value IS 140 (55.08% from 255) = 30.57%

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

 BLUE value IS 127 (50% from 255) = 27.73%

R = 30.57%
G = 41.7%
B = 27.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#8CBF7F (or 0x8CBF7F) is known color: Dark Sea Green. HEX triplet: 8C, BF and 7F. RGB value is (140,191,127). Sum of RGB (Red+Green+Blue) = 140+191+127=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF7F is #734080. Grayscale: #A8A8A8. Windows color (decimal): -7553153 or 8372108. OLE color: 8372108.

HSL color Cylindrical-coordinate representation of color #8CBF7F: hue angle of 107.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CBF7F is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 127 -
CMYK 0.27 0 0.34 0.25
HSL 107.81º 0.33% 0.62% -
HSV(B) 107.81º 0.34% 0.75% -
XYZ 33.28 44.37 26.89 -
YUV 168.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 140 191 127 0.27 0 0.34 0.25 107.81 0.33 0.62
Hex 8C BF 7F 1B 0 22 19 6C 21 3E
Octal 214 277 177 33 0 42 31 154 41 76
Binary 10001100 10111111 1111111 11011 0 100010 11001 1101100 100001 111110

Color Harmonies of #8CBF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF7F

Black with #8CBF7F

Text Example


Text Example

White with #8CBF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBF7F; }

 p { color: rgb(140,191,127); }

 H1.HeaderClassName
 {
   color: #8CBF7F;
 }
 .AnyTagClassName
 {
   color: #8CBF7F;
 }
</style>

background-color css

<style>
 a { background-color: #8CBF7F; }

 a { background-color: rgb(140,191,127); }

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

border-color css

<style>
 span { border-color: #8CBF7F; }

 span { border-color: rgb(140,191,127); }

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