Html Css Color HEX #6ABF3D Apple

📋 copy color: '#6ABF3D'

red 106 ◦ green 191 ◦ blue 61

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

Shades of Apple #6ABF3D

Tints of Apple #6ABF3D

RGB

 RED value IS 106 (41.8% from 255) = 29.61%

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

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 29.61%
G = 53.35%
B = 17.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#6ABF3D (or 0x6ABF3D) is known color: Apple. HEX triplet: 6A, BF and 3D. RGB value is (106,191,61). Sum of RGB (Red+Green+Blue) = 106+191+61=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABF3D is #9540C2. Grayscale: #979797. Windows color (decimal): -9781443 or 4046698. OLE color: 4046698.

HSL color Cylindrical-coordinate representation of color #6ABF3D: hue angle of 99.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6ABF3D is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 191 61 -
CMYK 0.45 0 0.68 0.25
HSL 99.23º 0.52% 0.49% -
HSV(B) 99.23º 0.68% 0.75% -
XYZ 25.42 40.66 10.92 -
YUV 150.77 77.34 96.07 -
System Red Green Blue C M Y K H S L
Decimal 106 191 61 0.45 0 0.68 0.25 99.23 0.52 0.49
Hex 6A BF 3D 2D 0 44 19 63 34 31
Octal 152 277 75 55 0 104 31 143 64 61
Binary 1101010 10111111 111101 101101 0 1000100 11001 1100011 110100 110001

Color Harmonies of #6ABF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF3D

Black with #6ABF3D

Text Example


Text Example

White with #6ABF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABF3D; }

 p { color: rgb(106,191,61); }

 H1.HeaderClassName
 {
   color: #6ABF3D;
 }
 .AnyTagClassName
 {
   color: #6ABF3D;
 }
</style>

background-color css

<style>
 a { background-color: #6ABF3D; }

 a { background-color: rgb(106,191,61); }

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

border-color css

<style>
 span { border-color: #6ABF3D; }

 span { border-color: rgb(106,191,61); }

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