Html Css Color HEX #68C34B Apple

📋 copy color: '#68C34B'

red 104 ◦ green 195 ◦ blue 75

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

Shades of Apple #68C34B

Tints of Apple #68C34B

RGB

 RED value IS 104 (41.02% from 255) = 27.81%

 GREEN value IS 195 (76.56% from 255) = 52.14%

 BLUE value IS 75 (29.69% from 255) = 20.05%

R = 27.81%
G = 52.14%
B = 20.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#68C34B (or 0x68C34B) is known color: Apple. HEX triplet: 68, C3 and 4B. RGB value is (104,195,75). Sum of RGB (Red+Green+Blue) = 104+195+75=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #68C34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C34B is #973CB4. Grayscale: #9A9A9A. Windows color (decimal): -9911477 or 4965224. OLE color: 4965224.

HSL color Cylindrical-coordinate representation of color #68C34B: hue angle of 105.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68C34B is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 195 75 -
CMYK 0.47 0 0.62 0.24
HSL 105.5º 0.5% 0.53% -
HSV(B) 105.5º 0.62% 0.76% -
XYZ 26.49 42.48 13.46 -
YUV 154.11 83.35 92.26 -
System Red Green Blue C M Y K H S L
Decimal 104 195 75 0.47 0 0.62 0.24 105.5 0.5 0.53
Hex 68 C3 4B 2F 0 3E 18 6A 32 35
Octal 150 303 113 57 0 76 30 152 62 65
Binary 1101000 11000011 1001011 101111 0 111110 11000 1101010 110010 110101

Color Harmonies of #68C34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C34B

Black with #68C34B

Text Example


Text Example

White with #68C34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68C34B; }

 p { color: rgb(104,195,75); }

 H1.HeaderClassName
 {
   color: #68C34B;
 }
 .AnyTagClassName
 {
   color: #68C34B;
 }
</style>

background-color css

<style>
 a { background-color: #68C34B; }

 a { background-color: rgb(104,195,75); }

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

border-color css

<style>
 span { border-color: #68C34B; }

 span { border-color: rgb(104,195,75); }

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